MCPcopy Index your code
hub / github.com/python/cpython / mp_preload_large_sysargv.py

File mp_preload_large_sysargv.py

Lib/test/mp_preload_large_sysargv.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# gh-144503: Test that the forkserver can start when the parent process has
2# a very large sys.argv. Prior to the fix, sys.argv was repr'd into the
3# forkserver ``-c`` command string which could exceed the OS limit on the
4# length of a single argv element (MAX_ARG_STRLEN on Linux, ~128 KiB),

Callers

nothing calls this directly

Calls 5

get_contextMethod · 0.45
ProcessMethod · 0.45
startMethod · 0.45
joinMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected