]> granicus.if.org Git - python/commit
Issue #23293, asyncio: Cleanup IocpProactor.close()
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jan 2015 10:02:59 +0000 (11:02 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jan 2015 10:02:59 +0000 (11:02 +0100)
commit3d2256f671b7ed5c769dd34b27ae597cbc69047c
tree2a2ab6ba00008118cd98cf77fe53f48d3fce8baa
parent2596dd08949f530c97bb6a2eda506594840d9726
Issue #23293, asyncio: Cleanup IocpProactor.close()

The special case for connect_pipe() is not more needed. connect_pipe() doesn't
use overlapped operations anymore.
Lib/asyncio/windows_events.py