diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-05-04 21:16:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-05-04 21:16:59 (GMT) |
commit | c8c952ce2a77343b6fe87a9534026b4b34011322 (patch) | |
tree | 2dda637adc73ae67d24a27e39456e9922be2b333 /Misc | |
parent | 957a23b0883c1d92f4d5c5de2459319615a8ed34 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |