Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ executor
Function
executor
Lib/test/test_free_threading/test_frame.py:34–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
j += i
33
34
def
executor():
35
nonlocal frame_var
36
frame_var = sys._getframe()
37
e.set()
38
b.wait()
39
runner()
40
41
def
func_wrapper(func):
42
e.wait()
Callers
nothing calls this directly
Calls
3
runner
Function · 0.85
set
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…