| commit | 81c41dbfccf7b2a6bcab2570c102bb591674c567 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 02 11:50:57 2015 +0200 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Thu Apr 02 11:50:57 2015 +0200 |
| tree | 2ffe8cb15d69f72ca58115f717547708d556e296 | |
| parent | 708d9ba5a228de83267e9ecc57f4fde90c326b84 [diff] |
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.