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
|
@ -18,6 +18,7 @@
|
|||
#include "pycore_call.h" // _PyObject_CallNoArgs()
|
||||
#include "pycore_ceval.h" // _PyEval_ReInitThreads()
|
||||
#include "pycore_fileutils.h" // _Py_closerange()
|
||||
#include "pycore_import.h" // _PyImport_AcquireLock()
|
||||
#include "pycore_initconfig.h" // _PyStatus_EXCEPTION()
|
||||
#include "pycore_long.h" // _PyLong_IsNegative()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue