Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ mp_preload_sysargv.py
File
mp_preload_sysargv.py
Lib/test/mp_preload_sysargv.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# gh-143706: Test that sys.argv is correctly set during main module import
2
# when using forkserver with __main__ preloading.
3
4
import
multiprocessing
Callers
nothing calls this directly
Calls
6
fun
Function · 0.70
get_context
Method · 0.45
set_forkserver_preload
Method · 0.45
Process
Method · 0.45
start
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected