[issue18885] handle EINTR in the stdlib

Guido van Rossum report at bugs.python.org
Sun Dec 1 00:20:49 CET 2013


Guido van Rossum added the comment:

I wouldn't call that "being the most careful".  I've always had an implicit understanding that calls with timeouts may, for whatever reason, return sooner than requested (or later!), and the most careful approach is to re-check the clock again.

----------

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


More information about the Python-bugs-list mailing list