]> granicus.if.org Git - python/commit
(Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 00:42:11 +0000 (01:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 00:42:11 +0000 (01:42 +0100)
commit09354fd606409aea1270474270eb8a9396bb477e
tree8fe7e526c17dfa8f81cce0bbcc96642969984fd2
parent22463aa947a75ae3298bca6457f0ae5b738b0d07
parent665486e0e73f6e1cc0a54d1ac1e977b7cff7b085
(Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from
zero, instead of rounding towards zero. For example, a timeout of one
microsecond is now rounded to one millisecond, instead of being rounded to
zero.
Lib/test/test_epoll.py
Misc/NEWS
Modules/selectmodule.c