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 vstinner
Recipients martin.panter, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2015-09-15.08:38:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442306318.86.0.726454075305.issue25095@psf.upfronthosting.co.za>
In-reply-to
Content
Where does it hang? For example, try to run the test using:

python.exe -m test -v --timeout=10 test_httpservers

Can it be a firewall or antivirus issue?

Try to add some print() in TestServerThread.run() to check if the HTTP server is running or not.
History
Date User Action Args
2015-09-15 08:38:38vstinnersetrecipients: + vstinner, terry.reedy, paul.moore, tim.golden, martin.panter, zach.ware, steve.dower
2015-09-15 08:38:38vstinnersetmessageid: <1442306318.86.0.726454075305.issue25095@psf.upfronthosting.co.za>
2015-09-15 08:38:38vstinnerlinkissue25095 messages
2015-09-15 08:38:38vstinnercreate