[issue19850] asyncio: limit EINTR occurrences with SA_RESTART

STINNER Victor report at bugs.python.org
Tue Dec 3 10:31:01 CET 2013


STINNER Victor added the comment:

SA_RESTART doesn't need to be enforced. It's better to use it, but
selectors and asyncio modules already handle EINTR error.

----------

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


More information about the Python-bugs-list mailing list