Kaydet (Commit) 7b467db4 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #20505: Fix TestLoop, set the clock resolution

üst ed1654fa
......@@ -191,6 +191,7 @@ class TestLoop(base_events.BaseEventLoop):
self._gen = gen()
next(self._gen)
self._time = 0
self._clock_resolution = 1e-9
self._timers = []
self._selector = TestSelector()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment