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 vstinner
Recipients vstinner
Date 2020-05-05.13:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588684461.16.0.791738607185.issue40512@roundup.psfhosted.org>
In-reply-to
Content
> Some changes have a negative impact on "single threaded" Python application. Even if the overhead is low, one option to be able to move faster on this issue may be to add a new temporary configure option to have an opt-in build mode to better isolate subinterpreters. (...)

I created bpo-40514: "Add --experimental-isolated-subinterpreters build option".
History
Date User Action Args
2020-05-05 13:14:21vstinnersetrecipients: + vstinner
2020-05-05 13:14:21vstinnersetmessageid: <1588684461.16.0.791738607185.issue40512@roundup.psfhosted.org>
2020-05-05 13:14:21vstinnerlinkissue40512 messages
2020-05-05 13:14:21vstinnercreate