| 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), |
nothing calls this directly
no test coverage detected