cpython/Misc/NEWS.d/next/C API/2023-06-09-12-35-55.gh-issu...

4 lines
191 B
ReStructuredText

In the limited C API version 3.12, :c:func:`Py_INCREF` and
:c:func:`Py_DECREF` functions are now implemented as opaque function calls
to hide implementation details. Patch by Victor Stinner.