New submission from Alexander Mohr: I have a unittest which spawns several processes repeatedly. One of these subprocesses uses botocore, which itself uses the above two methods through the calls proxy_bypass and getproxies. It seems after re-spawning the methods a few times the titled calls eventually repeatedly cause python to crash on 10.12. I have a core file if that would help, zip'd it's ~242MB.
I've attached a file that shows the lldb callstack and python callstack. ---------- components: Library (Lib) files: python_urllib_crash.txt messages: 277917 nosy: thehesiod priority: normal severity: normal status: open title: OSX 10.12 crash in urllib.request getproxies_macosx_sysconf and proxy_bypass_macosx_sysconf versions: Python 3.5 Added file: http://bugs.python.org/file44940/python_urllib_crash.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28342> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com