]> granicus.if.org Git - python/commit
Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 00:41:00 +0000 (01:41 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 00:41:00 +0000 (01:41 +0100)
commit665486e0e73f6e1cc0a54d1ac1e977b7cff7b085
tree4154653a1e07f67ce896221322aec091e623f65d
parent9b7a1a1af6de71411102e2b95ee3f654cb0cc700
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