commit | 84a0fbf6b0c2d196ae3995697acf596094b94eb8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 27 10:52:37 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 27 10:52:37 2012 +0100 |
tree | 78d5290cbf1e11903a6abfe6947922a9dbb661f6 | |
parent | 9f6b02ecdedbd033be3e77960aa3abf314fa9db7 [diff] [blame] |
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
diff --git a/Misc/NEWS b/Misc/NEWS index 8a85fe4..06cefe2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -111,6 +111,9 @@ Library ------- +- Issue #13812: When a multiprocessing Process child raises an exception, + flush stderr after printing the exception traceback. + - Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure.