summaryrefslogtreecommitdiffstats
path: root/Misc/stable_abi.toml
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-05-30 22:40:07 (GMT)
committerGitHub <noreply@github.com>2023-05-30 22:40:07 (GMT)
commit26e7bbf66e93ee7c94b6e007ec7b2d769c2ced92 (patch)
treeef616a7ac723d9cf563e973c3261037f0cf72568 /Misc/stable_abi.toml
parent70f315c2d6de87b0514ce16cc00a91a5b60a6098 (diff)
downloadcpython-26e7bbf66e93ee7c94b6e007ec7b2d769c2ced92.zip
cpython-26e7bbf66e93ee7c94b6e007ec7b2d769c2ced92.tar.gz
cpython-26e7bbf66e93ee7c94b6e007ec7b2d769c2ced92.tar.bz2
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Diffstat (limited to 'Misc/stable_abi.toml')
-rw-r--r--Misc/stable_abi.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/stable_abi.toml b/Misc/stable_abi.toml
index 48299e9..1db9848 100644
--- a/Misc/stable_abi.toml
+++ b/Misc/stable_abi.toml
@@ -2406,3 +2406,12 @@
added = '3.12'
[const.Py_TPFLAGS_ITEMS_AT_END]
added = '3.12'
+
+[function._Py_IncRefTotal_DO_NOT_USE_THIS]
+ added = '3.12'
+ ifdef = 'Py_REF_DEBUG'
+ abi_only = true
+[function._Py_DecRefTotal_DO_NOT_USE_THIS]
+ added = '3.12'
+ ifdef = 'Py_REF_DEBUG'
+ abi_only = true