diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-04-02 11:50:57 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-04-02 11:50:57 +0200 |
commit | 81c41dbfccf7b2a6bcab2570c102bb591674c567 (patch) | |
tree | 2ffe8cb15d69f72ca58115f717547708d556e296 /Python/Python-ast.c | |
parent | 708d9ba5a228de83267e9ecc57f4fde90c326b84 (diff) | |
download | cpython-git-81c41dbfccf7b2a6bcab2570c102bb591674c567.tar.gz |
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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions