]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146004: propagate all -X options to multiprocessing child processes (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 28 Mar 2026 05:30:06 +0000 (06:30 +0100)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2026 05:30:06 +0000 (05:30 +0000)
commit28d3b9bc56df6c2da3e898a0b7a066df5761b04d
tree0f6da666da96270d1205c712614917f5b506dfc5
parented38c20dd34a40ee7c27c3655c17298404044b78
[3.14] gh-146004: propagate all -X options to multiprocessing child processes (GH-146005) (#146552)

gh-146004: propagate all -X options to multiprocessing child processes (GH-146005)

Propagate all -X command line options to multiprocessing spawned child Python processes.
(cherry picked from commit 1efe441de7c448852b9ba51fb0db4d355a7157a8)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
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]