]> granicus.if.org Git - python/commit
Issue #22922: Fix ProactorEventLoop.close()
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 5 Dec 2014 00:25:21 +0000 (01:25 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 5 Dec 2014 00:25:21 +0000 (01:25 +0100)
commitba7c1815133f4967f84ccadf891ff074cf8d03f4
tree69b2d797482395eca471673535f60937837cc2a2
parentd5ea5d528a5bd356b1204ba8ac2bb9d27be0ac02
Issue #22922: Fix ProactorEventLoop.close()

Call _stop_accept_futures() before sestting the _closed attribute, otherwise
call_soon() raises an error.
Lib/asyncio/proactor_events.py