This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients koobs, ncoghlan, ned.deily, neologix, pitrou, trent, vstinner
Date 2013-08-03.10:44:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375526671.33.0.700169554023.issue16463@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-03 10:44:31neologixsetrecipients: + neologix, ncoghlan, pitrou, vstinner, ned.deily, trent, koobs
2013-08-03 10:44:31neologixsetmessageid: <1375526671.33.0.700169554023.issue16463@psf.upfronthosting.co.za>
2013-08-03 10:44:31neologixlinkissue16463 messages
2013-08-03 10:44:31neologixcreate