mirror of
https://github.com/python/cpython.git
synced 2025-11-03 07:01:21 +00:00
gh-131238: Remove includes from pycore_interp.h (#131495)
Remove also now unused includes in C files.
This commit is contained in:
parent
34c1ea3109
commit
b69da006a4
27 changed files with 78 additions and 90 deletions
|
|
@ -5,8 +5,10 @@
|
|||
#include "pycore_dict.h" // _PyInlineValuesSize()
|
||||
#include "pycore_frame.h" // FRAME_CLEARED
|
||||
#include "pycore_freelist.h" // _PyObject_ClearFreeLists()
|
||||
#include "pycore_genobject.h" // _PyGen_GetGeneratorFromFrame()
|
||||
#include "pycore_initconfig.h" // _PyStatus_NO_MEMORY()
|
||||
#include "pycore_interp.h" // PyInterpreterState.gc
|
||||
#include "pycore_interpframe.h" // _PyFrame_GetLocalsArray()
|
||||
#include "pycore_object_alloc.h" // _PyObject_MallocWithType()
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_tstate.h" // _PyThreadStateImpl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue