summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian.curtin@gmail.com>2010-08-06 19:34:52 (GMT)
committerBrian Curtin <brian.curtin@gmail.com>2010-08-06 19:34:52 (GMT)
commit3f004b1cc0190b9e2b0f0e5c26847b5594ca661d (patch)
tree573f106acb895a0e21649fde273ee7631d791a74 /Misc
parent40b3744efa2572ce429771d6971f7972a12c2405 (diff)
downloadcpython-3f004b1cc0190b9e2b0f0e5c26847b5594ca661d.zip
cpython-3f004b1cc0190b9e2b0f0e5c26847b5594ca661d.tar.gz
cpython-3f004b1cc0190b9e2b0f0e5c26847b5594ca661d.tar.bz2
Merged revisions 83763 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83763 | brian.curtin | 2010-08-06 14:27:32 -0500 (Fri, 06 Aug 2010) | 3 lines 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 f8e4fa8..d8c79c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -394,6 +394,9 @@ Library
Extension Modules
-----------------
+- 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.