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 LewisGaul
Recipients LewisGaul, crusaderky, eric.snow
Date 2019-11-24.21:45:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574631944.38.0.371135788346.issue37292@roundup.psfhosted.org>
In-reply-to
Content
The relevant code for the multiprocessing example seems to be in Lib/multiprocessing/spawn.py. I think I get what it's doing, but I'm not sure whether we actually need something similar for subinterpreters. Any thoughts @eric.snow?
History
Date User Action Args
2019-11-24 21:45:44LewisGaulsetrecipients: + LewisGaul, eric.snow, crusaderky
2019-11-24 21:45:44LewisGaulsetmessageid: <1574631944.38.0.371135788346.issue37292@roundup.psfhosted.org>
2019-11-24 21:45:44LewisGaullinkissue37292 messages
2019-11-24 21:45:44LewisGaulcreate