[issue18885] handle EINTR in the stdlib

Antoine Pitrou report at bugs.python.org
Sun Dec 1 11:44:59 CET 2013


Antoine Pitrou added the comment:

> Guido's point was that it is already a bug in code to not check the elapsed
> time after a select call returns rather than assuming the full timeout time
> has elapsed.

I don't understand how it's a bug. You're assuming select() has
unreliable timing, but it doesn't (if you are using the same clock).

----------

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


More information about the Python-bugs-list mailing list