mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
gh-131238: Remove more includes from pycore_interp.h (#131480)
This commit is contained in:
parent
63b5aed06e
commit
20c5f969dd
31 changed files with 92 additions and 57 deletions
|
|
@ -7,10 +7,12 @@
|
|||
#include "pycore_function.h" // _PyFunction_FromConstructor()
|
||||
#include "pycore_genobject.h" // _PyGen_GetGeneratorFromFrame()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetDict()
|
||||
#include "pycore_cell.h" // PyCell_GetRef() PyCell_SetTakeRef()
|
||||
#include "pycore_modsupport.h" // _PyArg_CheckPositional()
|
||||
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
|
||||
#include "pycore_cell.h" // PyCell_GetRef() PyCell_SetTakeRef()
|
||||
#include "pycore_opcode_metadata.h" // _PyOpcode_Deopt, _PyOpcode_Caches
|
||||
#include "pycore_optimizer.h" // _Py_Executors_InvalidateDependency()
|
||||
#include "pycore_unicodeobject.h" // _PyUnicode_Equal()
|
||||
|
||||
|
||||
#include "frameobject.h" // PyFrameObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue