commit | e54ddf1ed2ec9f4166e51a392afeaa857a56d5c3 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat May 08 20:06:02 2010 +0000 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat May 08 20:06:02 2010 +0000 |
tree | 1702e4bbab8f31338c919fa32ae24c157569d927 | |
parent | 0712b5651a67de5ba3bb9dafa243e6a5b0a80846 [diff] [blame] |
Skip signal handler re-installation if it is not necessary. Issue 8354.
diff --git a/Misc/NEWS b/Misc/NEWS index 8a471df..ac28fad 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -96,6 +96,9 @@ - Issue #4687: Fix accuracy of garbage collection runtimes displayed with gc.DEBUG_STATS. +- Issue #8354: The siginterrupt setting is now preserved for all signals, + not just SIGCHLD. + - Issue #7192: webbrowser.get("firefox") now wors on Mac OS X, as does webbrowser.get("safari").