Stefan Behnel <stefan...@behnel.de> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38160>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to