]> granicus.if.org Git - python/commitdiff
(Merge 3.4) asyncio: Refactor test__run_once_logging() to not rely on the exact
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 23:22:31 +0000 (01:22 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jun 2014 23:22:31 +0000 (01:22 +0200)
number of calls to time.monotonic(). Use a "fast select" and a "slow select"
instead.


Trivial merge