Files
cpython/Lib/asyncio
Victor Stinner c9d11c341e Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
again if the first call to connect() raises an InterruptedError.

When the C function connect() fails with EINTR, the connection runs in
background. We have to wait until the socket becomes writable to be notified
when the connection succeed or fails.
2015-04-07 21:38:04 +02:00
..
2015-01-09 00:09:10 +01:00
2013-10-17 15:39:45 -07:00
2015-01-29 14:15:19 +01:00