Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mp_fork_bomb.py
File
mp_fork_bomb.py
Lib/test/mp_fork_bomb.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
multiprocessing, sys
2
3
def
foo():
4
print(
"123"
)
Callers
nothing calls this directly
Calls
5
set_start_method
Method · 0.45
Process
Method · 0.45
start
Method · 0.45
join
Method · 0.45
exit
Method · 0.45
Tested by
no test coverage detected