Skip to content

Commit 3a639ce

Browse files
committed
asyncio_slow: run_until_complete() should not schedule anyhing.
Everything should be scheduled either already, or async() does this.
1 parent 6bff4db commit 3a639ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

asyncio_slow/asyncio_slow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def _cb(val):
4343

4444
t = async(coro)
4545
t.add_done_callback(_cb)
46-
self.call_soon(t)
4746
try:
4847
self.run_forever()
4948
except DoneException:

0 commit comments

Comments
 (0)