summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2023-06-09-12-35-55.gh-issue-105387.wM_oL-.rst
blob: d7ee7d2eb9d908e3e75fda8d29814ce1c515b3cf (plain)
1
2
3
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.