]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 3 Nov 2005 05:00:25 +0000 (05:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 3 Nov 2005 05:00:25 +0000 (05:00 +0000)
commit0f46bbf7814476de107d16f67561d611d900f5a3
tree239a33d35dcda550ee11dcc8602f1dc83fba9e00
parent26f4c23074565ee46f6853138868a148b8ad7988
Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint
Need to check return result of PyInt_AsLong()

Will backport.
Lib/test/test_poll.py
Misc/NEWS
Modules/selectmodule.c