]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146004: propagate all -X options to multiprocessing child processes (GH-146005)
authorGregory P. Smith <68491+gpshead@users.noreply.github.com>
Sat, 28 Mar 2026 05:03:05 +0000 (22:03 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2026 05:03:05 +0000 (05:03 +0000)
commit1efe441de7c448852b9ba51fb0db4d355a7157a8
tree01b43600025d1bff9902aa5848cca4c8011769a7
parent5992238986df094e890a89376970aab6058a0759
gh-146004: propagate all -X options to multiprocessing child processes (GH-146005)

Propagate all -X command line options to multiprocessing spawned child Python processes.
Lib/subprocess.py
Lib/test/test_support.py
Misc/NEWS.d/next/Library/2026-03-16-00-00-00.gh-issue-146004.xOptProp.rst [new file with mode: 0644]