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