| commit | 3d2256f671b7ed5c769dd34b27ae597cbc69047c | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 26 11:02:59 2015 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 26 11:02:59 2015 +0100 |
| tree | 2a2ab6ba00008118cd98cf77fe53f48d3fce8baa | |
| parent | 2596dd08949f530c97bb6a2eda506594840d9726 [diff] |
Issue #23293, asyncio: Cleanup IocpProactor.close() The special case for connect_pipe() is not more needed. connect_pipe() doesn't use overlapped operations anymore.