MCPcopy 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

1import multiprocessing, sys
2
3def foo():
4 print("123")

Callers

nothing calls this directly

Calls 5

set_start_methodMethod · 0.45
ProcessMethod · 0.45
startMethod · 0.45
joinMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected