Files
cpython/Modules
Victor Stinner 7ffa2c5fdd 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.
2015-01-22 22:55:08 +01:00
..
2014-02-04 10:12:18 -05:00
2014-01-13 23:56:30 -05:00
2014-10-28 22:24:46 +01:00
2014-05-11 16:17:02 -07:00
2013-08-01 22:13:30 -07:00
2013-10-26 13:22:08 -04:00
2014-02-04 09:33:05 +01:00
2014-02-16 14:17:28 -05:00