summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-01-27 09:53:35 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-01-27 09:53:35 (GMT)
commit2d843d25204af3a791f31b1b941675da49be82ed (patch)
tree8726d48e8a575217c26ea4a0a5ceaf19d9bd70b5 /Misc
parente10ae8871a057d6afb5a4c5650e0ed029f13721d (diff)
parent84a0fbf6b0c2d196ae3995697acf596094b94eb8 (diff)
downloadcpython-2d843d25204af3a791f31b1b941675da49be82ed.zip
cpython-2d843d25204af3a791f31b1b941675da49be82ed.tar.gz
cpython-2d843d25204af3a791f31b1b941675da49be82ed.tar.bz2
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 02b7a64..7821dda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -461,6 +461,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.