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

Barry A. Warsaw report at bugs.python.org
Mon Oct 19 17:24:27 EDT 2020


Barry A. Warsaw <barry at python.org> added the comment:

My understanding is that this is specifically a problem with the Objective-C runtime that _scproxy.c accesses.  The runtime is not thread safe and whereas in earlier versions of macOS, it silently failed, now macOS is explicitly aborting the process.

----------

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


More information about the Python-bugs-list mailing list