diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 22:50:03 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 22:50:03 (GMT) |
commit | 2b77c5467f376257ae22cbfbcb3a0e5e6349e92d (patch) | |
tree | 73b2281ca9bdba9865bff42bb6369521a8205f46 /Lib/tty.py | |
parent | 34cd2ae69fc9a004c95e6c361aa7cd3ae4db2caa (diff) | |
download | cpython-2b77c5467f376257ae22cbfbcb3a0e5e6349e92d.zip cpython-2b77c5467f376257ae22cbfbcb3a0e5e6349e92d.tar.gz cpython-2b77c5467f376257ae22cbfbcb3a0e5e6349e92d.tar.bz2 |
asyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
Overlapped.ConnectNamedPipe() now returns a boolean: True if the pipe is
connected (if ConnectNamedPipe() failed with ERROR_PIPE_CONNECTED), False if
the connection is in progress.
This change removes multiple hacks in IocpProactor.
Diffstat (limited to 'Lib/tty.py')
0 files changed, 0 insertions, 0 deletions