[issue13829] exception error in _scproxy.so when called after fork

triccare triccare report at bugs.python.org
Tue Mar 27 14:28:30 EDT 2018


triccare triccare <triccare at gmail.com> added the comment:

I have run into this bug which can be reliably reproduced by importing tkinter.

However, I have found another workaround if one does not want to deal with the environmental variable and may point to a possible bug fix. Before forking, any use of `urlopen` alleviates the bug. This is demonstrated in the attached example.

Example works under Python 3.6.4 and Mac OS 10.12.6

----------
nosy: +triccare triccare
Added file: https://bugs.python.org/file47503/debug_urlopen.py

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


More information about the Python-bugs-list mailing list