bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)

This commit is contained in:
Christopher Hunt 2020-02-21 17:33:04 +08:00 committed by GitHub
parent baf29b2216
commit c2ac4cf040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 11 deletions

View file

@ -746,6 +746,7 @@ Lawrence Hudson
Michael Hudson
Jim Hugunin
Greg Humphreys
Chris Hunt
Eric Huss
Nehal Hussain
Taihyun Hwang