mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
remove unused #includes of pycore_pymem.h (#105166)
This commit is contained in:
parent
85b0b0cd94
commit
76b9c0cfaa
6 changed files with 259 additions and 264 deletions
|
@ -15,7 +15,6 @@
|
|||
#include "pycore_moduleobject.h" // PyModuleObject
|
||||
#include "pycore_opcode.h" // EXTRA_CASES
|
||||
#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
|
||||
#include "pycore_pymem.h" // _PyMem_IsPtrFreed()
|
||||
#include "pycore_pystate.h" // _PyInterpreterState_GET()
|
||||
#include "pycore_range.h" // _PyRangeIterObject
|
||||
#include "pycore_sliceobject.h" // _PyBuildSlice_ConsumeRefs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue