]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
authorChristopher Hunt <chrahunt@gmail.com>
Fri, 21 Feb 2020 09:33:04 +0000 (17:33 +0800)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 09:33:04 +0000 (10:33 +0100)
commitc2ac4cf040ea950bf552d1e77bea613a1a5474fe
tree00d33e24b2e69458a109f64e66bd1b619bb219f5
parentbaf29b221682be0f4fde53a05ea3f57c3c79f431
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
Lib/multiprocessing/process.py
Lib/test/_test_multiprocessing.py
Misc/ACKS
Misc/NEWS.d/next/Library/2019-01-12-20-39-34.bpo-35727.FWrbHn.rst [new file with mode: 0644]