summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-08-06 19:27:32 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-08-06 19:27:32 (GMT)
commitef9efbd69cfe39f8c6034910f551451e5d1e182a (patch)
tree35d402290a43a2962144b403392fa46b674b92f4 /Misc
parente6fc7401a92c7b51a80782d8095819b9909a0322 (diff)
downloadcpython-ef9efbd69cfe39f8c6034910f551451e5d1e182a.zip
cpython-ef9efbd69cfe39f8c6034910f551451e5d1e182a.tar.gz
cpython-ef9efbd69cfe39f8c6034910f551451e5d1e182a.tar.bz2
Fix #9324: Add parameter validation to signal.signal on Windows in order
to prevent crashes.
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 bac8d00..d354645 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and Builtins
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.