Charles-François Natali added the comment:

The problem is that the test passes a DNS address to connect(), which means 
that it has to perform a name resolution first.
And since there's not timeout on gethostbyname()/getaddrinfo() you can end up 
well above the timeout.
The hostnames should be resolved beforehand.

----------
nosy: +neologix

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

Reply via email to