Ned Deily added the comment:

One workaround should be to disable network proxy lookups by defining the 
environment variable 'no_proxy' with value '*' in the Python process, for 
example:

env no_proxy='*' python3.4 ...

----------

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

Reply via email to