]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 09:52:37 +0000 (10:52 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 27 Jan 2012 09:52:37 +0000 (10:52 +0100)
commit84a0fbf6b0c2d196ae3995697acf596094b94eb8
tree78d5290cbf1e11903a6abfe6947922a9dbb661f6
parent9f6b02ecdedbd033be3e77960aa3abf314fa9db7
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