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 Valentyn Tymofieiev, brett.cannon, eric.snow, gjb1002, ishimoto, nanjekyejoannah, ncoghlan, p-ganssle, pablogsal, pitrou, vstinner
Date 2020-10-23.15:18:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603466337.55.0.0575139448546.issue35943@roundup.psfhosted.org>
In-reply-to
Content
After this fix, some functions like multiprocessing.Pool cannot be used in threaded code(https://bugs.python.org/issue41567).

importerror-sample.tgz contains simplified code to reproduce the same error without multiprocessing module. Is this an expected behaviour of this change?

Tested with Python 3.9.0/macOS 10.15.5.
History
Date User Action Args
2020-10-23 15:18:57ishimotosetrecipients: + ishimoto, brett.cannon, gjb1002, ncoghlan, pitrou, vstinner, eric.snow, p-ganssle, pablogsal, nanjekyejoannah, Valentyn Tymofieiev
2020-10-23 15:18:57ishimotosetmessageid: <1603466337.55.0.0575139448546.issue35943@roundup.psfhosted.org>
2020-10-23 15:18:57ishimotolinkissue35943 messages
2020-10-23 15:18:57ishimotocreate