]> granicus.if.org Git - python/commit
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 09:53:35 +0000 (10:53 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 09:53:35 +0000 (10:53 +0100)
commit2d843d25204af3a791f31b1b941675da49be82ed
tree8726d48e8a575217c26ea4a0a5ceaf19d9bd70b5
parente10ae8871a057d6afb5a4c5650e0ed029f13721d
parent84a0fbf6b0c2d196ae3995697acf596094b94eb8
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
Lib/multiprocessing/forking.py
Lib/multiprocessing/process.py
Lib/test/test_multiprocessing.py
Misc/NEWS