]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque for users...
authorMark Shannon <mark@hotpy.org>
Fri, 5 May 2023 16:53:07 +0000 (17:53 +0100)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 16:53:07 +0000 (17:53 +0100)
commita0df9ee8fc77443510ab7e9ba8fd830f255a8fec
tree2af48b491e6dcd471fd16f04e6ae87a85b1097cd
parent45a9e3834a6ed20ee250e2e5a8583dffcef0eb73
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque for users of PEP 523. (GH-96849)
Include/cpython/frameobject.h
Include/internal/pycore_frame.h
Misc/NEWS.d/next/C API/2022-09-15-15-21-34.gh-issue-96803.ynBKIS.rst [new file with mode: 0644]
Modules/_tracemalloc.c
Objects/frameobject.c
Objects/genobject.c
Python/ceval.c
Python/frame.c
Python/traceback.c