]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
authorMark Shannon <mark@hotpy.org>
Tue, 21 Jan 2025 10:15:02 +0000 (10:15 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 10:15:02 +0000 (10:15 +0000)
commitf5b6356a11bde64ac1e08478dd5ee7c47da653d8
treef9367b879f47e48c03b0dbe66a9d573302f87764
parentd3b1bb228c951f8245f36ee28d9b175786522730
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)

Add new frame owner type for interpreter entry frames
13 files changed:
Include/internal/pycore_frame.h
Modules/_testexternalinspection.c
Objects/frameobject.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/instrumentation.c
Python/traceback.c
Tools/gdb/libpython.py