mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -10,6 +10,7 @@
|
|||
#include "pycore_object_alloc.h" // _PyObject_MallocWithType()
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_tstate.h" // _PyThreadStateImpl
|
||||
#include "pycore_tuple.h" // _PyTuple_MaybeUntrack()
|
||||
#include "pycore_weakref.h" // _PyWeakref_ClearRef()
|
||||
|
||||
#include "pydtrace.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue