summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-02 11:50:57 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-02 11:50:57 +0200
commit81c41dbfccf7b2a6bcab2570c102bb591674c567 (patch)
tree2ffe8cb15d69f72ca58115f717547708d556e296 /Python/pythonrun.c
parent708d9ba5a228de83267e9ecc57f4fde90c326b84 (diff)
downloadcpython-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/pythonrun.c')
0 files changed, 0 insertions, 0 deletions