SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 73 Python

Issue #23618: socket.socket.connect() now waits until the connection completes

instead of raising InterruptedError if the connection is interrupted by
signals, signal handlers don't raise an exception and the socket is blocking or
has a timeout.

socket.socket.connect() still raise InterruptedError for non-blocking sockets.
V
Victor Stinner committed
81c41dbfccf7b2a6bcab2570c102bb591674c567
Parent: 708d9ba