This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ishimoto
Recipients drougge, iritkatriel, ishimoto
Date 2020-10-23.03:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603424341.07.0.707691113731.issue41567@roundup.psfhosted.org>
In-reply-to
Content
multiprocessing module used to work multithread environment until https://bugs.python.org/issue35943 merged.

I guess we can make multiprocessing thread-safe again if we move local imports to global.
Does it make sense?
History
Date User Action Args
2020-10-23 03:39:01ishimotosetrecipients: + ishimoto, drougge, iritkatriel
2020-10-23 03:39:01ishimotosetmessageid: <1603424341.07.0.707691113731.issue41567@roundup.psfhosted.org>
2020-10-23 03:39:01ishimotolinkissue41567 messages
2020-10-23 03:39:01ishimotocreate