mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-131238: Remove many includes from pycore_interp.h (#131472)
This commit is contained in:
parent
a4832f6b9a
commit
22706843e0
12 changed files with 25 additions and 30 deletions
|
@ -2,14 +2,16 @@
|
|||
|
||||
#include "Python.h"
|
||||
#include "pycore_abstract.h" // _PyIndex_Check()
|
||||
#include "pycore_pybuffer.h"
|
||||
#include "pycore_call.h" // _PyObject_CallNoArgs()
|
||||
#include "pycore_ceval.h" // _Py_EnterRecursiveCallTstate()
|
||||
#include "pycore_crossinterp.h" // _Py_CallInInterpreter()
|
||||
#include "pycore_object.h" // _Py_CheckSlotResult()
|
||||
#include "pycore_list.h" // _PyList_AppendTakeRef()
|
||||
#include "pycore_long.h" // _Py_IsNegative
|
||||
#include "pycore_object.h" // _Py_CheckSlotResult()
|
||||
#include "pycore_pybuffer.h"
|
||||
#include "pycore_pyerrors.h" // _PyErr_Occurred()
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_tuple.h" // _PyTuple_FromArraySteal()
|
||||
#include "pycore_unionobject.h" // _PyUnion_Check()
|
||||
|
||||
#include <stddef.h> // offsetof()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue