]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121654: Add PyType_Freeze() function (#122457)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Oct 2024 09:12:48 +0000 (11:12 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 09:12:48 +0000 (11:12 +0200)
commitdb96327203b09ada45f2214567f92fe4d837f82a
tree29febc64dbeff2a1ce81080519fca0437c2e54f8
parentda8673da362a2135cd621ac619d3aced6bb55100
gh-121654: Add PyType_Freeze() function (#122457)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/c-api/type.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.14.rst
Include/object.h
Lib/test/test_capi/test_type.py [new file with mode: 0644]
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2024-07-30-14-40-08.gh-issue-121654.tgGeAl.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/_testcapimodule.c
Objects/typeobject.c
PC/python3dll.c