summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-01-27 09:52:37 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-01-27 09:52:37 (GMT)
commit84a0fbf6b0c2d196ae3995697acf596094b94eb8 (patch)
tree78d5290cbf1e11903a6abfe6947922a9dbb661f6 /Misc/NEWS
parent9f6b02ecdedbd033be3e77960aa3abf314fa9db7 (diff)
downloadcpython-84a0fbf6b0c2d196ae3995697acf596094b94eb8.zip
cpython-84a0fbf6b0c2d196ae3995697acf596094b94eb8.tar.gz
cpython-84a0fbf6b0c2d196ae3995697acf596094b94eb8.tar.bz2
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a85fe4..06cefe2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,6 +111,9 @@ Core and Builtins
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.