[3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188) by miss-islington · Pull Request #107195 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Contributor
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 837fa5c)
Co-authored-by: Victor Stinner vstinner@python.org
pythonGH-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 837fa5c) Co-authored-by: Victor Stinner <vstinner@python.org>
This was referenced
bedevere-bot
added
skip news
awaiting review
labels
vstinner
enabled auto-merge (squash)
vstinner
merged commit
f573a6a
into
python:3.12
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-837fa5c-3.12
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment