summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-04-07 21:38:04 +0200
committerVictor Stinner <victor.stinner@gmail.com>2015-04-07 21:38:04 +0200
commit156d7e16cd14e571de0c44c497768939a0b7c7f9 (patch)
tree64e5711b41259b6c61ea2e83161eea4f37b8bc45 /Python/pythonrun.c
parent9a055237102e409a3d24588612486c25e4da3c2e (diff)
downloadcpython-156d7e16cd14e571de0c44c497768939a0b7c7f9.tar.gz
Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
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.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions