[issue46417] [subinterpreters] Clear static types in Py_Finalize()

Petr Viktorin report at bugs.python.org
Tue Jan 18 07:57:29 EST 2022


Petr Viktorin <encukou at gmail.com> added the comment:

If we have static types, that means there is a mechanism to share some objects across interpreters.
And if that's the case, why can't small ints (like sys.float_info.n_unnamed_fields) be static & shared as well?

----------
nosy: +petr.viktorin

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46417>
_______________________________________


More information about the Python-bugs-list mailing list