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.
V
Victor Stinner committed
c9d11c341e0e140cb71fab6699fc1b49d8f35436
Parent: 033c58a