]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
authorRichard Oudkerk <shibturn@gmail.com>
Sun, 17 Nov 2013 17:24:11 +0000 (17:24 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Sun, 17 Nov 2013 17:24:11 +0000 (17:24 +0000)
commit8731d7b3c69beb226562c5fc2b382af9249fec5c
tree21f62074d340aaa694c09ffcb4a3846dc3459708
parentedcf8daaed24f1031b95a29aeef33f3b10c39571
Fix handling of SystemExit and exit code.  Patch by Brodie Rao.
Lib/multiprocessing/process.py
Lib/test/test_multiprocessing.py