]> granicus.if.org Git - python/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)
commit3f8376eaa258e6d39f7e2466ca214c26967eaa66
tree4db34757bee1668240ea360d110f290ecf626cbc
parenta69712c01dfb9cfc60502b2420fe447b56487b38
Fix handling of SystemExit and exit code.  Patch by Brodie Rao.
Lib/multiprocessing/process.py
Lib/test/test_multiprocessing.py