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 ned.deily
Recipients X-Istence, ned.deily, ronaldoussoren
Date 2020-11-26.15:21:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606404066.74.0.186313557098.issue42471@roundup.psfhosted.org>
In-reply-to
Content
Do your tests use the multiprocessing module? As of 3.8, the default start method for multiprocessing on macOS was changed from “fork” to “spawn”:

https://docs.python.org/3.8/library/multiprocessing.html#contexts-and-start-methods
History
Date User Action Args
2020-11-26 15:21:06ned.deilysetrecipients: + ned.deily, ronaldoussoren, X-Istence
2020-11-26 15:21:06ned.deilysetmessageid: <1606404066.74.0.186313557098.issue42471@roundup.psfhosted.org>
2020-11-26 15:21:06ned.deilylinkissue42471 messages
2020-11-26 15:21:06ned.deilycreate