commit | 0f46bbf7814476de107d16f67561d611d900f5a3 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Nov 03 05:00:25 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Nov 03 05:00:25 2005 +0000 |
tree | 239a33d35dcda550ee11dcc8602f1dc83fba9e00 | |
parent | 26f4c23074565ee46f6853138868a148b8ad7988 [diff] [blame] |
Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint Need to check return result of PyInt_AsLong() Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 59f165a..5191c25 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -177,6 +177,8 @@ Extension Modules ----------------- +- Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint + - Bug #1344508, Fix UNIX mmap leaking file descriptors - Patch #1338314, Bug #1336623: fix tarfile so it can extract