diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-31 19:28:42 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-31 19:28:42 (GMT) |
commit | ee699e9d2b8dbac53ee897ddd456ec7399d703de (patch) | |
tree | 0ad72c945c0761c728107c2661e1b193b187846c /Python/ast.c | |
parent | c4e819a54f95ffc761ccedb680a39ce869a4ec2b (diff) | |
download | cpython-ee699e9d2b8dbac53ee897ddd456ec7399d703de.zip cpython-ee699e9d2b8dbac53ee897ddd456ec7399d703de.tar.gz cpython-ee699e9d2b8dbac53ee897ddd456ec7399d703de.tar.bz2 |
Issue #23618: Fix EINTR handling in socket.connect()
Call PyErr_CheckSignals() if connect(), select() or getsockopt() failed with
EINTR.
Diffstat (limited to 'Python/ast.c')
0 files changed, 0 insertions, 0 deletions