[issue36435] multiprocessing crashes in Python 3.7.3 on Windows

Steve Dower report at bugs.python.org
Tue Mar 26 08:56:51 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

If you make the change suggested in the error text, does it fix it? (It could be clearer, but your module needs to only run its code when __name__=="__main__" instead of every time it gets imported.)

----------

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


More information about the Python-bugs-list mailing list