cpython: asyncio: Fix granularity of test_utils.TestLoop.
Jan. 31, 2014
12:08 a.m.
http://hg.python.org/cpython/rev/46c1f0e99ff0 changeset: 88840:46c1f0e99ff0 user: Victor Stinner <victor.stinner@gmail.com> date: Thu Jan 30 16:05:07 2014 -0800 summary: asyncio: Fix granularity of test_utils.TestLoop. files: Lib/asyncio/test_utils.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Lib/asyncio/test_utils.py b/Lib/asyncio/test_utils.py --- a/Lib/asyncio/test_utils.py +++ b/Lib/asyncio/test_utils.py @@ -196,6 +196,7 @@ next(self._gen) self._time = 0 self._timers = [] + self._granularity = 1e-9 self._selector = TestSelector() self.readers = {} -- Repository URL: http://hg.python.org/cpython
4463
Age (days ago)
4463
Last active (days ago)
0 comments
1 participants
participants (1)
-
guido.van.rossum