]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
authorVictor Stinner <vstinner@python.org>
Fri, 25 Feb 2022 11:53:19 +0000 (12:53 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Feb 2022 11:53:19 +0000 (12:53 +0100)
commit18b5dd68c6b616257ae243c0b6bb965ffc885a23
tree5d7248f7ff003e8f51b1883eb23018bd61ef5750
parent4657bf701670215ce69b89401b2307022a3b0a7d
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)

Move the PyFrameObject type definition (struct _frame) to the
internal C API pycore_frame.h header file.
Doc/c-api/veryhigh.rst
Doc/whatsnew/3.11.rst
Include/cpython/frameobject.h
Include/internal/pycore_frame.h
Misc/NEWS.d/next/C API/2022-02-23-16-13-17.bpo-46836.ZYyPF_.rst [new file with mode: 0644]