diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-13 16:11:19 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-13 16:11:19 +0100 |
commit | b86a96802bf7e054b7b219ee7e9c8fa2444f94d6 (patch) | |
tree | 524fe01998abd910af0e827ea710bd8a69df8396 /Lib/asyncio/streams.py | |
parent | 82f34ada45f96c13eb68927d6beccdcbab2c77b3 (diff) | |
download | cpython-git-b86a96802bf7e054b7b219ee7e9c8fa2444f94d6.tar.gz |
Issue #22922: Fix ProactorEventLoop.close()
Close the IocpProactor before closing the event loop. IocpProactor.close() can
call loop.call_soon(), which is forbidden when the event loop is closed.
Diffstat (limited to 'Lib/asyncio/streams.py')
0 files changed, 0 insertions, 0 deletions