MCPcopy 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

runnerFunction · 0.85
setMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…