[issue23648] PEP 475 meta issue

STINNER Victor report at bugs.python.org
Thu Mar 19 15:39:52 CET 2015


STINNER Victor added the comment:

signal.sigwaitinfo() raises InterruptedError if the wait was interrupted by a signal  handler (this handler was for a signal other than one of those in set).

IMO we should also retry sigwaitinfo() if it fails with EINTR.

----------

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


More information about the Python-bugs-list mailing list