mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue