]> granicus.if.org Git - python/commit
Issue #20452: select and selectors round (again) timeout away from zero for
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 31 Jan 2014 11:12:53 +0000 (12:12 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 31 Jan 2014 11:12:53 +0000 (12:12 +0100)
commitdcd9740ad2932f4049e912d8721933696373fe4c
tree2827fc31b7e57e7bac925f338303c8acf33a1011
parent31f65044a977307915412edffddcb4962a8928a3
Issue #20452: select and selectors round (again) timeout away from zero for
poll and epoll

Improve also debug info to analyze the issue
Lib/asyncio/base_events.py
Lib/selectors.py
Lib/test/test_asyncio/test_events.py
Modules/selectmodule.c