mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
2b77c5467f
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.