[issue18885] handle EINTR in the stdlib

Charles-François Natali report at bugs.python.org
Sat Nov 30 16:09:57 CET 2013


Charles-François Natali added the comment:

Alright, here's a first step: select/poll/epoll/etc now return empty
lists/tuples upon EINTR. This comes with tests (note that all those tests
could probably be factored, but that's another story).

----------
keywords: +needs review, patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file32907/select_eintr.diff

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


More information about the Python-bugs-list mailing list