Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ runner
Function
runner
Lib/test/test_free_threading/test_frame.py:29–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
if
runner is None:
29
def
runner():
30
j = 0
31
for
i in range(100):
32
j += i
33
34
def
executor():
35
nonlocal frame_var
Callers
15
test_special_method_lookup
Method · 0.85
test_task_print_stack
Method · 0.85
test_double_await
Method · 0.85
test_taskgroup_04
Method · 0.85
test_cancel_children_on_child_error
Method · 0.85
test_cancellation
Method · 0.85
test_taskgroup_07
Method · 0.85
test_taskgroup_08
Method · 0.85
test_taskgroup_09
Method · 0.85
test_taskgroup_10
Method · 0.85
test_taskgroup_11
Method · 0.85
test_taskgroup_12
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…