]> granicus.if.org Git - python/commit
Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 16:08:36 +0000 (18:08 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 16:08:36 +0000 (18:08 +0200)
commit68da8fc4c0b4b2f640bd09b7b0e3214b263fac0d
tree0bb9c0e012aebf7a00374fbb065c04153a5824a1
parent5083828d65b6eb617d4333a1c0c4c9b7c3f452a6
Issue #22448: asyncio, cleanup _run_once(), only iterate once to remove delayed
calls that were cancelled.
Lib/asyncio/base_events.py