summaryrefslogtreecommitdiffstats
path: root/Misc/stable_abi.toml
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2023-05-04 07:56:53 (GMT)
committerGitHub <noreply@github.com>2023-05-04 07:56:53 (GMT)
commitcd9a56c2b0e14f56f2e83dd4db43c5c69a74b232 (patch)
treeff971ebbdb11701bab003d743a6d5b928c35184f /Misc/stable_abi.toml
parent35d273825abc319d0ecbd69110e847f6040d0cd7 (diff)
downloadcpython-cd9a56c2b0e14f56f2e83dd4db43c5c69a74b232.zip
cpython-cd9a56c2b0e14f56f2e83dd4db43c5c69a74b232.tar.gz
cpython-cd9a56c2b0e14f56f2e83dd4db43c5c69a74b232.tar.bz2
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
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 23baeee..48299e9 100644
--- a/Misc/stable_abi.toml
+++ b/Misc/stable_abi.toml
@@ -2397,3 +2397,12 @@
added = '3.12' # Before 3.12, available in "structmember.h" w/o Py_ prefix
[const.Py_AUDIT_READ]
added = '3.12' # Before 3.12, available in "structmember.h"
+
+[function.PyObject_GetTypeData]
+ added = '3.12'
+[function.PyType_GetTypeDataSize]
+ added = '3.12'
+[const.Py_RELATIVE_OFFSET]
+ added = '3.12'
+[const.Py_TPFLAGS_ITEMS_AT_END]
+ added = '3.12'