[issue23618] PEP 475: handle EINTR in the socket module

STINNER Victor report at bugs.python.org
Mon Mar 9 16:08:37 CET 2015


STINNER Victor added the comment:

Oops, connect_eintr.py noticed me (thanks to my recent change of the issue #23571 !) that connect_eintr.patch is wrong: socket.connect() returned None with an exception sent, send connect() was interrupted by SIGINT (CTRL+c).

Fixed patch.

----------
Added file: http://bugs.python.org/file38409/connect_eintr-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23618>
_______________________________________


More information about the Python-bugs-list mailing list