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

Terry J. Reedy report at bugs.python.org
Fri Mar 23 19:05:42 EDT 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

The examples in the multiprocessing doc all put all multiprocessing calls within a "if __name__ == '__main__':" statement.  I know that this is necessary on Windows, but don't know if or when it helps on other OSes.

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list