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.
|