[issue31818] [macOS] _scproxy.get_proxies() crash -- get_proxies() is not fork-safe?

STINNER Victor report at bugs.python.org
Thu Oct 19 14:44:49 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

Another workaround is to call get_proxies() in a fresh subprocess, and use
a pipe to retrieve the result.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31818>
_______________________________________


More information about the Python-bugs-list mailing list