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 scoder
Recipients eric.snow, petr.viktorin, scoder, steve.dower
Date 2019-09-14.05:27:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1CE7B619-19A7-45F6-9DCF-D72D19F36CCD@behnel.de>
In-reply-to <1568382066.13.0.705348880841.issue38160@roundup.psfhosted.org>
Content
I think access to the global module state is the most critical for an extension, probably by far. A direct pointer to the interpreter state from every type feels like an optimisation that may be premature at this point. Modules should have that reference, though, as long as we assume a unique interpreter for each module instance (which we currently do).
History
Date User Action Args
2019-09-14 05:27:34scodersetrecipients: + scoder, petr.viktorin, eric.snow, steve.dower
2019-09-14 05:27:34scoderlinkissue38160 messages
2019-09-14 05:27:34scodercreate