]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-128121)
authorMark Shannon <mark@hotpy.org>
Fri, 20 Dec 2024 16:52:20 +0000 (16:52 +0000)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2024 16:52:20 +0000 (16:52 +0000)
commit128cc47fbd44e3e09c50d9674fe4a4bba3be450c
tree12147152fb9afa9a4dffe14e9f4350dd39f1956c
parent78ffba4221dcb2e39fd5db80c297d1777588bb59
GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-128121)
12 files changed:
Include/internal/pycore_interp.h
Include/internal/pycore_stackref.h
Makefile.pre.in
Misc/NEWS.d/next/Core_and_Builtins/2024-12-20-12-25-16.gh-issue-127705.WmCz1z.rst [new file with mode: 0644]
Objects/frameobject.c
Python/bytecodes.c
Python/ceval.c
Python/ceval_macros.h
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/pystate.c
Python/stackrefs.c [new file with mode: 0644]