Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _after_fork
Method
_after_fork
Lib/multiprocessing/process.py:343–346 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
341
342
@staticmethod
343
def
_after_fork():
344
from
.
import
util
345
util._finalizer_registry.clear()
346
util._run_after_forkers()
347
348
349
#
Callers
1
_bootstrap
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected