[issue18885] handle EINTR in the stdlib

Antoine Pitrou report at bugs.python.org
Sun Dec 1 12:35:41 CET 2013


Antoine Pitrou added the comment:

> I know that returning an empty list changes the semantics: I just
> think that's better - or not as bad - than the current possibility of
> having any single piece of code possibly die upon EINTR.
> 
> If you want to implement retry with timeout re-computation, I'm not
> the one to who must be convinced :-)

Or, since we now have the selectors module, we could let select() live
with the current semantics.

By the way, it's already too late for 3.4, which is in feature freeze.

----------

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


More information about the Python-bugs-list mailing list