Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ForkContext
Class
ForkContext
Lib/multiprocessing/context.py:311–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
return
Popen(process_obj)
310
311
class
ForkContext(BaseContext):
312
_name =
'fork'
313
Process = ForkProcess
314
315
class
SpawnContext(BaseContext):
316
_name =
'spawn'
Callers
1
context.py
File · 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…