]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)
authorVictor Stinner <vstinner@python.org>
Mon, 24 Jul 2023 19:20:44 +0000 (21:20 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 19:20:44 +0000 (21:20 +0200)
commit837fa5c0cd92e70f625377c9ffb7ac31a23d7d63
treeb9836f8cf551ef17f12beab185a9c77b15a2c101
parent83a2837b328c58b243f7d97bec12c64ec66681c5
GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#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 "#include <Python.h>".
Include/cpython/frameobject.h
Include/cpython/pyframe.h