GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#10… · python/cpython@837fa5c · GitHub
Skip to content

Commit 837fa5c

Browse files
authored
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>".
1 parent 83a2837 commit 837fa5c

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Include/cpython/frameobject.h

Lines changed: 0 additions & 17 deletions

Include/cpython/pyframe.h

Lines changed: 17 additions & 0 deletions

0 commit comments

Comments
 (0)