]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for performance...
authorMark Shannon <mark@hotpy.org>
Thu, 17 Aug 2023 10:16:03 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Aug 2023 10:16:03 +0000 (11:16 +0100)
commit006e44f9502308ec3d14424ad8bd774046f2be8e
tree91ab71678a0fb5f5ba410c371f28ded8a1c82d0d
parent33e6e3fec02ff3035dec52692542d3dd10124bef
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for performance. (GH-108036)
21 files changed:
Include/cpython/pystate.h
Include/internal/pycore_frame.h
Include/internal/pycore_runtime.h
Include/internal/pycore_runtime_init.h
Misc/NEWS.d/next/Core and Builtins/2023-08-11-16-18-19.gh-issue-108035.e2msOD.rst [new file with mode: 0644]
Modules/_xxsubinterpretersmodule.c
Objects/genobject.c
Objects/typevarobject.c
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor.c
Python/executor_cases.c.h
Python/frame.c
Python/generated_cases.c.h
Python/instrumentation.c
Python/intrinsics.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c
Python/traceback.c