]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
authorVictor Stinner <vstinner@python.org>
Tue, 18 Jun 2024 14:28:48 +0000 (16:28 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2024 14:28:48 +0000 (14:28 +0000)
commit16f8e22e7c681d8e8184048ed1bf927d33e11758
tree372790588b45c65c63dbb3a16e7cc64911bd8ab2
parente8752d7b80775ec2a348cd4bf38cbe26a4a07615
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.
Doc/data/stable_abi.dat
Doc/whatsnew/3.14.rst
Include/object.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2024-06-16-22-58-47.gh-issue-120600.TJdf0w.rst [new file with mode: 0644]
Misc/stable_abi.toml
Objects/object.c
PC/python3dll.c