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

Eric Snow report at bugs.python.org
Mon Mar 15 15:28:35 EDT 2021


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

If the stable ABI weren't an issue then we would probably:

* deprecate using the objects directly
* do something like (2a) in the meantime

It may make sense to do that for "#ifndef Py_LIMITED_API", regardless of how we handle the limited API.

----------

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


More information about the Python-bugs-list mailing list