[issue43503] [subinterpreters] PyObject statics exposed in the limited API break isolation.

mattip report at bugs.python.org
Tue Mar 16 13:12:48 EDT 2021


mattip <matti.picus at gmail.com> added the comment:

I am confused. How can widening the usable number of functions (i.e. using the whole C-API rather than the limited API) help c-extension modules be usable in subinterpreters? Aren't the same singletons, exception types, and other types exposed in the full C-API?

----------
nosy: +mattip

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


More information about the Python-bugs-list mailing list