Ned Deily added the comment:

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

----------
nosy: +ned.deily
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> urllib2 unrelease KQUEUE on Mac OSX 10.9+

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23533>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to