SIGN IN SIGN UP

gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105550)

When Python is built in debug mode (Py_REF_DEBUG macro), Py_INCREF()
and Py_DECREF() of the limited C API 3.9 (and older) now call
Py_IncRef() and Py_DecRef(), since _Py_IncRef() and _Py_DecRef() were
added to Python 3.10.
V
Victor Stinner committed
7ba0fd9f87ad75f8eda8e002c2fc71049b815f33
Parent: 947ec7a
Committed by GitHub <noreply@github.com> on 6/9/2023, 9:30:41 AM