summaryrefslogtreecommitdiffstats
path: root/Python/assemble.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/assemble.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/assemble.c')
-rw-r--r--Python/assemble.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/assemble.c b/Python/assemble.c
index 8789d8e..46a2180 100644
--- a/Python/assemble.c
+++ b/Python/assemble.c
@@ -4,7 +4,6 @@
#include "pycore_code.h" // write_location_entry_start()
#include "pycore_compile.h"
#include "pycore_opcode.h" // _PyOpcode_Caches[] and opcode category macros
-#include "pycore_pymem.h" // _PyMem_IsPtrFreed()
#define DEFAULT_CODE_SIZE 128