mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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
|
@ -9,12 +9,13 @@
|
|||
#endif
|
||||
|
||||
#include "Python.h"
|
||||
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
|
||||
#include "pycore_runtime.h" // _PyRuntime
|
||||
#include "pycore_pyerrors.h" // _PyErr_FormatNote
|
||||
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
|
||||
#include "pycore_global_strings.h" // _Py_ID()
|
||||
#include "pycore_pyerrors.h" // _PyErr_FormatNote
|
||||
#include "pycore_runtime.h" // _PyRuntime
|
||||
#include "pycore_unicodeobject.h" // _PyUnicode_CheckConsistency()
|
||||
|
||||
#include "pycore_global_strings.h" // _Py_ID()
|
||||
#include <stdbool.h> // bool
|
||||
#include <stdbool.h> // bool
|
||||
|
||||
|
||||
typedef struct _PyScannerObject {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue