[issue33111] Merely importing tkinter breaks parallel code (multiprocessing, sharedmem)

Ronald Oussoren report at bugs.python.org
Tue Mar 27 07:12:36 EDT 2018


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

@ezwelty: The import of multiprocessing and the call to set_start_method should be at the very start of the code, before other imports, to avoid the annoying Apple behavior I mentioned.

----------

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


More information about the Python-bugs-list mailing list