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

STINNER Victor report at bugs.python.org
Thu Apr 2 13:19:16 CEST 2015


STINNER Victor added the comment:

Hum, connect() does not always block with test_connect_eintr.py, and this program sometimes fail with ConnectionResetError on connect() on FreeBSD.

New program which works on Linux and FreeBSD. It now ensures that connect() will block.

----------
Added file: http://bugs.python.org/file38805/test_connect_eintr2.py

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


More information about the Python-bugs-list mailing list