summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-05-04 21:16:59 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-05-04 21:16:59 (GMT)
commitc8c952ce2a77343b6fe87a9534026b4b34011322 (patch)
tree2dda637adc73ae67d24a27e39456e9922be2b333 /Misc
parent957a23b0883c1d92f4d5c5de2459319615a8ed34 (diff)
downloadcpython-c8c952ce2a77343b6fe87a9534026b4b34011322.zip
cpython-c8c952ce2a77343b6fe87a9534026b4b34011322.tar.gz
cpython-c8c952ce2a77343b6fe87a9534026b4b34011322.tar.bz2
Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown.
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 6a3f17c..da68f26 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and Builtins
Library
-------
+- Issue #14173: Avoid crashing when reading a signal handler during
+ interpreter shutdown.
+
- Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.
- Issue #15902: Fix imp.load_module() accepting None as a file when loading an