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 martin.panter
Recipients ciprian.trofin, martin.panter, orsenthil, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-18.01:38:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468805939.69.0.689369092173.issue8238@psf.upfronthosting.co.za>
In-reply-to
Content
If this is still a problem, you should narrow down what is causing the slowdown. If you interrupt it, what is the stack trace?

My best guess is perhaps there is a bypass hostname setting and a slow or failing DNS lookup. A call to urllib.proxy_bypass() was added in 2.6.4 for Issue 6894, and in 2.6.5 the Windows registry implementation called gethostname() and gethostbyname(). Perhaps this is fixed by Issue 1648102.
History
Date User Action Args
2016-07-18 01:38:59martin.pantersetrecipients: + martin.panter, paul.moore, orsenthil, tim.golden, ciprian.trofin, zach.ware, steve.dower
2016-07-18 01:38:59martin.pantersetmessageid: <1468805939.69.0.689369092173.issue8238@psf.upfronthosting.co.za>
2016-07-18 01:38:59martin.panterlinkissue8238 messages
2016-07-18 01:38:58martin.pantercreate