]> 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)
commit6cf5c9663004e40f4f9fdf0e1f84b2580ca6e5c7
treedc869d35af0f420aa31c8b2ab96baf4832aa57be
parentb825a3937cc2445de598e47bbb310d2055ed993f
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