]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
authorMark Shannon <mark@hotpy.org>
Mon, 10 Mar 2025 14:06:56 +0000 (14:06 +0000)
committerGitHub <noreply@github.com>
Mon, 10 Mar 2025 14:06:56 +0000 (14:06 +0000)
commit2bef8ea8ea045d20394f0daec7a5c5b1046a4e22
treeeb4ee444fd0d58b788304c46839807475ea133ac
parent7cc99a54b755cc7cc0b3680fde7834cf612d4fbc
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
21 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_frame.h
Include/internal/pycore_object.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_stackref.h
Include/internal/pycore_uop_metadata.h
Include/object.h
Include/refcount.h
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-17-12-48-00.gh-issue-127705.Qad2hx.rst [new file with mode: 0644]
Objects/floatobject.c
Objects/object.c
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/frame.c
Python/gc.c
Python/generated_cases.c.h
Python/stackrefs.c
Tools/cases_generator/analyzer.py