Andrew Bennetts <s...@users.sourceforge.net> added the comment:

Note that a trivial untilConcludes isn't correct for select if a timeout was 
passed.  If a select(..., 60) was interrupted after 59 seconds, you probably 
want to restart it with a timeout of 1 second, not 60.

The SocketServer_eintr.diff patch has this flaw.

----------
nosy: +spiv

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

Reply via email to