]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124163)
authorneonene <53406459+neonene@users.noreply.github.com>
Wed, 18 Sep 2024 07:18:19 +0000 (16:18 +0900)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2024 07:18:19 +0000 (09:18 +0200)
commit646f16bdeed6ebe1069e1d64886fbaa26edac75c
tree44baf199481af36108124d0a5015a28816041b9d
parent79a74102362996bbd4ff5d410a0d57d43c236da4
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124163)
18 files changed:
Doc/c-api/type.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.14.rst
Include/cpython/object.h
Include/object.h
Include/typeslots.h
Lib/test/test_capi/test_misc.py
Lib/test/test_stable_abi_ctypes.py
Lib/test/test_sys.py
Misc/NEWS.d/next/C_API/2024-09-17-05-23-35.gh-issue-124153.L8TWmx.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_ctypes/_ctypes.c
Modules/_ctypes/ctypes.h
Modules/_testcapi/heaptype.c
Objects/typeobject.c
Objects/typeslots.inc
Objects/typeslots.py
PC/python3dll.c