[issue23646] PEP 475: handle EINTR in the time module, retry sleep()

STINNER Victor report at bugs.python.org
Thu Mar 12 16:46:36 CET 2015


STINNER Victor added the comment:

Note: test_signal will have to be modified again when select will also retry on EINTR :-) See issue #23485. For example, test_signal.test_wakeup_fd_early() can register a signal handler which raises an exception and catch InterruptedError.

----------

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


More information about the Python-bugs-list mailing list