Charles-François Natali <neolo...@free.fr> added the comment:

Just a detail, but with the last version, select is retried with the full 
timeout (note that the signal you're the most likely to receive is SIGCHLD and 
since it's ignored by default it won't cause EINTR, so this shouldn't happen 
too often).
By the way, it's not the first time EINTR-issues pop up: would it be 
possible/worth it/interesting to expose this kind of wrapper somewhere (even as 
a private API), or a context manager ?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12040>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to