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-03-17.00:53:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584406401.63.0.604728519645.issue39984@roundup.psfhosted.org>
In-reply-to
Content
The _PyRuntime.ceval structure should be made "per-interpreter". I don't want to make the GIL per-interpreter: that's out of the scope of this issue. So I propose to only move a few fields to make more ceval fields "per interpreter".
History
Date User Action Args
2020-03-17 00:53:21vstinnersetrecipients: + vstinner
2020-03-17 00:53:21vstinnersetmessageid: <1584406401.63.0.604728519645.issue39984@roundup.psfhosted.org>
2020-03-17 00:53:21vstinnerlinkissue39984 messages
2020-03-17 00:53:21vstinnercreate