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 eric.snow
Recipients eric.snow, steve.dower
Date 2017-05-23.05:24:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495517065.49.0.193361600538.issue30439@psf.upfronthosting.co.za>
In-reply-to
Content
For a variety of reasons, I'd like to be able to manage subinterpreters from Python code.  An initial effort would add a _interpreters module to the stdlib that exposes the basic functionality of the corresponding C-API.
History
Date User Action Args
2017-05-23 05:24:25eric.snowsetrecipients: + eric.snow, steve.dower
2017-05-23 05:24:25eric.snowsetmessageid: <1495517065.49.0.193361600538.issue30439@psf.upfronthosting.co.za>
2017-05-23 05:24:25eric.snowlinkissue30439 messages
2017-05-23 05:24:25eric.snowcreate