Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_spawning_popen
Function
set_spawning_popen
Lib/multiprocessing/context.py:378–379 ·
view source on GitHub ↗
(popen)
Source
from the content-addressed store, hash-verified
376
return
getattr(_tls,
'spawning_popen'
, None)
377
378
def
set_spawning_popen(popen):
379
_tls.spawning_popen = popen
380
381
def
assert_spawning(obj):
382
if
get_spawning_popen() is None:
Callers
3
_launch
Method · 0.85
__init__
Method · 0.85
_launch
Method · 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…