]> granicus.if.org Git - python/commit
(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)
commit185ad2d447333478711d9a739114be53e21ae2e3
tree18ecd0ccd3a655fa45e2c326f1b308e8e7724b0f
parentc82a4d897f56511727ba2244e2da8189e0924784
parentd6f02fc649d2e248f2e7b418771371db2b6637a2
(Merge 3.4) asyncio: Refactor test__run_once_logging() to not rely on the exact
number of calls to time.monotonic(). Use a "fast select" and a "slow select"
instead.