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

STINNER Victor report at bugs.python.org
Thu Mar 12 16:45:09 CET 2015


STINNER Victor added the comment:

Oh, test_signal fails with the patch because time.sleep() is not interrupted by a signal. New patch.

I also reverted #ifdef order in floatsleep() to have a patch easier to review.

----------
Added file: http://bugs.python.org/file38457/sleep_eintr-2.patch

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


More information about the Python-bugs-list mailing list