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 pitrou
Recipients Hadhoke, davin, pitrou
Date 2017-07-23.12:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500812199.94.0.786955239318.issue28382@psf.upfronthosting.co.za>
In-reply-to
Content
Also, a reliable fix is to use the "forkserver" (or "spawn", but it is much slower) method:
https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
History
Date User Action Args
2017-07-23 12:16:39pitrousetrecipients: + pitrou, davin, Hadhoke
2017-07-23 12:16:39pitrousetmessageid: <1500812199.94.0.786955239318.issue28382@psf.upfronthosting.co.za>
2017-07-23 12:16:39pitroulinkissue28382 messages
2017-07-23 12:16:39pitroucreate