Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ wait_impl
Method
wait_impl
Lib/test/fork_wait.py:48–49 ·
view source on GitHub ↗
(self, cpid, *, exitcode)
Source
from the content-addressed store, hash-verified
46
pass
47
48
def
wait_impl(self, cpid, *, exitcode):
49
support.wait_process(cpid, exitcode=exitcode)
50
51
def
test_wait(self):
52
for
i in range(NUM_THREADS):
Callers
3
test_wait
Method · 0.95
test_threaded_import_lock_fork
Method · 0.45
fork_with_import_lock
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_wait
Method · 0.76
test_threaded_import_lock_fork
Method · 0.36
fork_with_import_lock
Method · 0.36