]> granicus.if.org Git - python/commit
Issue #20320: select.select() and select.kqueue.control() now round the timeout
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 16 Feb 2014 23:02:43 +0000 (00:02 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 16 Feb 2014 23:02:43 +0000 (00:02 +0100)
commit3c1b379ebd701cbd7686d0f0be95b88c5b3da8fe
treec1759ff720c8226c333052f6773c97d5b5c6356e
parent23f628de4ab75acde14de9593793e67ec74d851c
Issue #20320: select.select() and select.kqueue.control() now round the timeout
aways from zero, instead of rounding towards zero.

It should make test_asyncio more reliable, especially test_timeout_rounding() test.
Include/pytime.h
Lib/test/test_time.py
Misc/NEWS
Modules/_datetimemodule.c
Modules/_testcapimodule.c
Modules/posixmodule.c
Modules/selectmodule.c
Modules/signalmodule.c
Modules/timemodule.c
Python/pytime.c