summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-09 09:30:41 (GMT)
committerGitHub <noreply@github.com>2023-06-09 09:30:41 (GMT)
commit7ba0fd9f87ad75f8eda8e002c2fc71049b815f33 (patch)
tree0f7c30e32dee7d2bba813c1b0b6535f0229f0ab8 /Python/errors.c
parent947ec7ab02e7673956eb7f235c330a49f11e157a (diff)
downloadcpython-7ba0fd9f87ad75f8eda8e002c2fc71049b815f33.zip
cpython-7ba0fd9f87ad75f8eda8e002c2fc71049b815f33.tar.gz
cpython-7ba0fd9f87ad75f8eda8e002c2fc71049b815f33.tar.bz2
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.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions