]> granicus.if.org Git - python/commit
Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 10 Feb 2014 22:42:32 +0000 (23:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 10 Feb 2014 22:42:32 +0000 (23:42 +0100)
commited1654fa3ea1c05c7397334b09396675f3c3aeaf
tree6768041fc264a2adbc5cb46db587beee2bb794f4
parentb38b5c43c710da8fd6034d1dab631c5b020652bf
Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if
scheduled tasks should be executed or not.
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py