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

STINNER Victor report at bugs.python.org
Mon Mar 30 22:34:16 CEST 2015


STINNER Victor added the comment:

test_selectors.patch: Enhance test_selector to test the two kinds of signal handlers: one raises an exception, the other one doesn't. I wait until kqueue & devpoll retry on EINTR to push test_selectors.patch.

----------
Added file: http://bugs.python.org/file38743/test_selectors.patch

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


More information about the Python-bugs-list mailing list