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 ronaldoussoren
Recipients chobeiry, ned.deily, neologix, pitrou, ronaldoussoren
Date 2014-03-24.15:12:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395673928.07.0.244432181178.issue21035@psf.upfronthosting.co.za>
In-reply-to
Content
You could trace using dtruss (as root), which behaves similarly to strace.

What happens when you first set "http_proxy" in the environment:

$ env http_proxy= python -m SimpleHTTPServer

If that doesn't cause problems the hang is caused by the _scproxy extension, which urllib uses to get the system proxy settings on OSX.
History
Date User Action Args
2014-03-24 15:12:08ronaldoussorensetrecipients: + ronaldoussoren, pitrou, ned.deily, neologix, chobeiry
2014-03-24 15:12:08ronaldoussorensetmessageid: <1395673928.07.0.244432181178.issue21035@psf.upfronthosting.co.za>
2014-03-24 15:12:08ronaldoussorenlinkissue21035 messages
2014-03-24 15:12:07ronaldoussorencreate