diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 22:55:08 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-01-22 22:55:08 +0100 |
commit | 5551ec85c3af8c01674f3864ce3e487b79bc3d26 (patch) | |
tree | 5c2a5264192ff81de64bc37e93dada34548e5c05 /Python/errors.c | |
parent | 1ba0c0ea5da86afef1084bb87fb37c0121b86f56 (diff) | |
download | cpython-5551ec85c3af8c01674f3864ce3e487b79bc3d26.tar.gz |
Issue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
Add _overlapped.ConnectPipe() which tries to connect to the pipe for
asynchronous I/O (overlapped): call CreateFile() in a loop until it doesn't
fail with ERROR_PIPE_BUSY. Use an increasing delay between 1 ms and 100 ms.
Remove Overlapped.WaitNamedPipeAndConnect() which is no more used.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions