diff options
author | Victor Stinner <vstinner@python.org> | 2024-06-18 14:28:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 14:28:48 (GMT) |
commit | 16f8e22e7c681d8e8184048ed1bf927d33e11758 (patch) | |
tree | 372790588b45c65c63dbb3a16e7cc64911bd8ab2 /Doc/data | |
parent | e8752d7b80775ec2a348cd4bf38cbe26a4a07615 (diff) | |
download | cpython-16f8e22e7c681d8e8184048ed1bf927d33e11758.zip cpython-16f8e22e7c681d8e8184048ed1bf927d33e11758.tar.gz cpython-16f8e22e7c681d8e8184048ed1bf927d33e11758.tar.bz2 |
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
In the limited C API 3.14 and newer, Py_TYPE() is now implemented as
an opaque function call to hide implementation details.
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/stable_abi.dat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat index 76a035f..c18c813 100644 --- a/Doc/data/stable_abi.dat +++ b/Doc/data/stable_abi.dat @@ -877,6 +877,7 @@ function,Py_ReprLeave,3.2,, function,Py_SetProgramName,3.2,, function,Py_SetPythonHome,3.2,, function,Py_SetRecursionLimit,3.2,, +function,Py_TYPE,3.14,, type,Py_UCS4,3.2,, macro,Py_UNBLOCK_THREADS,3.2,, var,Py_UTF8Mode,3.8,, |