]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74929: Implement PEP 667 (GH-115153)
authorTian Gao <gaogaotiantian@hotmail.com>
Sat, 4 May 2024 11:12:10 +0000 (04:12 -0700)
committerGitHub <noreply@github.com>
Sat, 4 May 2024 11:12:10 +0000 (12:12 +0100)
commitb034f14a4b6e9197d3926046721b8b4b4b4f5b3d
tree2d641189f3401526d264d13e5b855c576c29dc63
parent1ab6356ebec25f216a0eddbd81225abcb93f2d55
gh-74929: Implement PEP 667 (GH-115153)
19 files changed:
Doc/data/stable_abi.dat
Include/ceval.h
Include/cpython/frameobject.h
Include/cpython/pyframe.h
Include/internal/pycore_frame.h
Lib/test/test_frame.py
Lib/test/test_listcomps.py
Lib/test/test_peepholer.py
Lib/test/test_stable_abi_ctypes.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2024-04-27-21-44-40.gh-issue-74929.C2nESp.rst [new file with mode: 0644]
Misc/stable_abi.toml
Objects/frameobject.c
Objects/object.c
PC/python3dll.c
Python/ceval.c
Python/intrinsics.c
Python/sysmodule.c
Tools/c-analyzer/cpython/globals-to-fix.tsv