gh-130931: Add pycore_interpframe.h internal header (#131249)
Move _PyInterpreterFrame and associated functions to a new pycore_interpframe.h header.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "Python.h"
|
||||
#include "pycore_audit.h" // _PySys_Audit()
|
||||
#include "pycore_ceval.h" // export _PyEval_SetProfile()
|
||||
#include "pycore_frame.h" // PyFrameObject members
|
||||
#include "pycore_object.h"
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
Reference in New Issue
Block a user