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 ncoghlan
Recipients eric.snow, ncoghlan, steve.dower
Date 2017-05-26.03:15:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495768529.46.0.65013707114.issue30439@psf.upfronthosting.co.za>
In-reply-to
Content
A naming suggestion: let's leave the `interpreters` & `_interpreters` names free for a possible future PEP to make this a public API with a fallback multiprocessing backed implementation for implementations that don't have native subinterpreter support.

Then for this "testing and experimentation only" API, we'd go with "_subinterpreters" to match the name typically used to refer to the CPython feature.
History
Date User Action Args
2017-05-26 03:15:29ncoghlansetrecipients: + ncoghlan, eric.snow, steve.dower
2017-05-26 03:15:29ncoghlansetmessageid: <1495768529.46.0.65013707114.issue30439@psf.upfronthosting.co.za>
2017-05-26 03:15:29ncoghlanlinkissue30439 messages
2017-05-26 03:15:29ncoghlancreate