mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -16,6 +16,7 @@ extern "C" {
|
|||
#include "pycore_floatobject.h" // _py_float_format_unknown
|
||||
#include "pycore_function.h"
|
||||
#include "pycore_hamt.h" // _PyHamt_BitmapNode_Type
|
||||
#include "pycore_import.h" // IMPORTS_INIT
|
||||
#include "pycore_object.h" // _PyObject_HEAD_INIT
|
||||
#include "pycore_obmalloc_init.h" // _obmalloc_global_state_INIT
|
||||
#include "pycore_parser.h" // _parser_runtime_state_INIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue