commit | ef9efbd69cfe39f8c6034910f551451e5d1e182a | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Fri Aug 06 19:27:32 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Fri Aug 06 19:27:32 2010 +0000 |
tree | 35d402290a43a2962144b403392fa46b674b92f4 | |
parent | e6fc7401a92c7b51a80782d8095819b9909a0322 [diff] |
Fix #9324: Add parameter validation to signal.signal on Windows in order to prevent crashes.
diff --git a/Misc/NEWS b/Misc/NEWS index bac8d00..d354645 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Extensions ---------- +- Issue #9324: Add parameter validation to signal.signal on Windows in order + to prevent crashes. + - Issue #9526: Remove some outdated (int) casts that were preventing the array module from working correctly with arrays of more than 2**31 elements.