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 graingert
Recipients agmt, graingert, ned.deily, ronaldoussoren
Date 2020-03-11.10:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583922327.92.0.635365357474.issue39931@roundup.psfhosted.org>
In-reply-to
Content
yeah this is normal. on Python 3.8 mac multiprocessing switched to spawn

you have to use https://docs.python.org/3/library/multiprocessing.shared_memory.html to share content between processes or pass it to be pickled in the args of imap_unordered

https://bugs.python.org/issue33725
History
Date User Action Args
2020-03-11 10:25:27graingertsetrecipients: + graingert, ronaldoussoren, ned.deily, agmt
2020-03-11 10:25:27graingertsetmessageid: <1583922327.92.0.635365357474.issue39931@roundup.psfhosted.org>
2020-03-11 10:25:27graingertlinkissue39931 messages
2020-03-11 10:25:27graingertcreate