diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 23:50:03 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 23:50:03 +0100 |
commit | 0b72c30fd90baca0ecfb63a0d518134e968d2415 (patch) | |
tree | 5a535d9f2be3510ab82481d04d1640eabadb252a /Python/pythonrun.c | |
parent | ac8adf7ce1ae1c28026e93f4f152cef61a3c8d6d (diff) | |
download | cpython-0b72c30fd90baca0ecfb63a0d518134e968d2415.tar.gz |
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 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions