[issue38160] Add a "PyInterpreterState *" field to PyTypeObject.
Petr Viktorin
report at bugs.python.org
Fri Sep 13 09:41:06 EDT 2019
Petr Viktorin <encukou at gmail.com> added the comment:
PEP 573 already proposes adding a pointer to the *module* to heap types (well, those that opt in).
We should rather add a pointer from *modules* to the interpreter state.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38160>
_______________________________________
More information about the Python-bugs-list
mailing list