commit | 70a46f635fc89ed20310fdb674b9eff87a907afb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 31 22:03:59 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Mar 31 22:03:59 2015 +0200 |
tree | fcc6764d07ca598c473297ed6bd99d28ed07cce6 | |
parent | ee699e9d2b8dbac53ee897ddd456ec7399d703de [diff] |
Issue #23618: Enhance EINTR handling in socket.connect() Call PyErr_CheckSignals() immediatly if connect() or select() fails with EINTR in internal_connect(). Refactor also the code to limit indentaton and make it more readable.