SIGN IN SIGN UP

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.
V
Victor Stinner committed
2b77c5467f376257ae22cbfbcb3a0e5e6349e92d
Parent: 34cd2ae