[issue18885] handle EINTR in the stdlib

Richard Oudkerk report at bugs.python.org
Sun Dec 1 01:21:46 CET 2013


Richard Oudkerk added the comment:

> 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.

I've always had the implicit understanding that if I use an *infinite* timeout then the call will not timeout.

----------

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


More information about the Python-bugs-list mailing list