[issue11812] transient socket failure to connect to 'localhost'

Antoine Pitrou report at bugs.python.org
Tue Nov 8 13:50:56 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> If thread.join had a timeout , we could wait for a while and if the
> thread is still active, do a fake connection and another join.

What's wrong with a socket timeout exactly? Everything you're proposing
is ten times more complicated, and more fragile.

----------

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


More information about the Python-bugs-list mailing list