diff options
author | Brian Curtin <brian.curtin@gmail.com> | 2010-08-06 19:34:52 (GMT) |
---|---|---|
committer | Brian Curtin <brian.curtin@gmail.com> | 2010-08-06 19:34:52 (GMT) |
commit | 3f004b1cc0190b9e2b0f0e5c26847b5594ca661d (patch) | |
tree | 573f106acb895a0e21649fde273ee7631d791a74 /Misc | |
parent | 40b3744efa2572ce429771d6971f7972a12c2405 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |