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 ned.deily
Recipients ned.deily, r.david.murray, vinod sharma
Date 2015-02-27.08:48:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425026886.56.0.887969434936.issue23533@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to reproduce this and from the system crash report it appears that this is a duplicate of Issue20585.  The workaround noted there should work for you here: define a "no_proxy" environment variable to prevent Python from attempting to call the System Configuration framework for default proxy settings.  For example, if you don't need a network proxy, you could do:

no_proxy='*' python2.7 crashreproduce.py
History
Date User Action Args
2015-02-27 08:48:06ned.deilysetrecipients: + ned.deily, r.david.murray, vinod sharma
2015-02-27 08:48:06ned.deilysetmessageid: <1425026886.56.0.887969434936.issue23533@psf.upfronthosting.co.za>
2015-02-27 08:48:06ned.deilylinkissue23533 messages
2015-02-27 08:48:06ned.deilycreate