aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-06-01 12:12:53 +0100
committerGitHub <noreply@github.com>2023-06-01 12:12:53 +0100
commit76b9c0cfaa3062a7f649d60cea653173d12d3839 (patch)
tree8bcb6634dd2086453d47e1986e94fede83ff6cc8 /Python/ceval.c
parent85b0b0cd947c5218260fb2bc2014c8c8de172d33 (diff)
downloadcpython-76b9c0cfaa3062a7f649d60cea653173d12d3839.tar.gz
cpython-76b9c0cfaa3062a7f649d60cea653173d12d3839.zip
remove unused #includes of pycore_pymem.h (#105166)
Diffstat (limited to 'Python/ceval.c')
-rw-r--r--Python/ceval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index df997e1ed28..46e2f023dd2 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -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