| commit | d8931c375a92787662b32a5e07583a0490d8fc34 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sat May 04 23:16:59 2013 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sat May 04 23:16:59 2013 +0200 |
| tree | 8377352daa56b9dcfecf86d20447d3ce1df70587 | |
| parent | a09657e94edef6e3cc31af93076e2e4b74955bef [diff] [blame] |
Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown.
diff --git a/Misc/NEWS b/Misc/NEWS index 628ad76..0691ad3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,9 @@ 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 #17192: Restore the patch for Issue #10309 which was ommitted