summaryrefslogtreecommitdiffstats
path: root/Lib/traceback.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-06 09:15:09 (GMT)
committerGitHub <noreply@github.com>2023-06-06 09:15:09 (GMT)
commit92022d8416d9e175800b65c4d71d4e4fb47adcb0 (patch)
tree04dfc2a3c2dbd93ecacb8f4c1cf76d97a3592d50 /Lib/traceback.py
parentbae415ad02c79cf3a2eec4aa6969221a12e6716f (diff)
downloadcpython-92022d8416d9e175800b65c4d71d4e4fb47adcb0.zip
cpython-92022d8416d9e175800b65c4d71d4e4fb47adcb0.tar.gz
cpython-92022d8416d9e175800b65c4d71d4e4fb47adcb0.tar.bz2
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
When Python is built in debug mode (if the Py_REF_DEBUG macro is defined), the Py_INCREF() and Py_DECREF() function are now always implemented as opaque functions to avoid leaking implementation details like the "_Py_RefTotal" variable or the _Py_DecRefTotal_DO_NOT_USE_THIS() function. * Remove _Py_IncRefTotal_DO_NOT_USE_THIS() and _Py_DecRefTotal_DO_NOT_USE_THIS() from the stable ABI. * Remove _Py_NegativeRefcount() from limited C API.
Diffstat (limited to 'Lib/traceback.py')
0 files changed, 0 insertions, 0 deletions