diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-06-01 11:12:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 11:12:53 (GMT) |
commit | 76b9c0cfaa3062a7f649d60cea653173d12d3839 (patch) | |
tree | 8bcb6634dd2086453d47e1986e94fede83ff6cc8 /Python/compile.c | |
parent | 85b0b0cd947c5218260fb2bc2014c8c8de172d33 (diff) | |
download | cpython-76b9c0cfaa3062a7f649d60cea653173d12d3839.zip cpython-76b9c0cfaa3062a7f649d60cea653173d12d3839.tar.gz cpython-76b9c0cfaa3062a7f649d60cea653173d12d3839.tar.bz2 |
remove unused #includes of pycore_pymem.h (#105166)
Diffstat (limited to 'Python/compile.c')
-rw-r--r-- | Python/compile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c index 8f20e39..9f36b88 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -33,7 +33,6 @@ #include "pycore_compile.h" #include "pycore_intrinsics.h" #include "pycore_long.h" // _PyLong_GetZero() -#include "pycore_pymem.h" // _PyMem_IsPtrFreed() #include "pycore_symtable.h" // PySTEntryObject, _PyFuture_FromAST() #include "opcode_metadata.h" // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed |