mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
c9d11c341e
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.