]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Jul 2023 19:54:42 +0000 (12:54 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 19:54:42 +0000 (19:54 +0000)
commitf573a6a281e49560a1022a13c39e44a9207ef6d2
tree1a872b6e427d285cf738bcd2f8096da03f733d97
parent69d4e8c090efd4f3a958ba056580bc1ee9865d0e
[3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188) (#107195)

GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188)

Declare the following 3 PyUnstable functions in
Include/cpython/pyframe.h rather than Include/cpython/frameobject.h,
so they are now provided by the standard "GH-include <Python.h>".
(cherry picked from commit 837fa5c0cd92e70f625377c9ffb7ac31a23d7d63)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/cpython/frameobject.h
Include/cpython/pyframe.h