[issue42294] [C API] Add new C functions with more regular reference counting like PyTuple_GetItemRef()

STINNER Victor report at bugs.python.org
Tue Nov 10 19:36:09 EST 2020


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

> If you want to work only with non-borrowed references, (...)

This is not my goal here. My goal is to reduce the risk of memory leaks.

----------

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


More information about the Python-bugs-list mailing list