]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(Merge 3.4) Issue #22448: asyncio, cleanup _run_once(), only iterate once to
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 16:11:00 +0000 (18:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 30 Sep 2014 16:11:00 +0000 (18:11 +0200)
remove delayed calls that were cancelled.


Trivial merge