[issue41078] [C API] Convert PyTuple_GET_ITEM() macro to a static inline function

STINNER Victor report at bugs.python.org
Tue Sep 21 17:59:56 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

The PEP 620 is still a draft. I prefer to work on other C API changes before coming back to this change which may break many C extensions. I failed finding time to design an API to expose a PyObject** array "view" with a function to release/destroy the view.

----------
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list