File tree Expand file tree Collapse file tree 6 files changed +259
-264
lines changed
Expand file tree Collapse file tree 6 files changed +259
-264
lines changed Original file line number Diff line number Diff line change 66#include "pycore_initconfig.h"
77#include "pycore_fileutils.h"
88#include "pycore_pathconfig.h"
9- #include "pycore_pymem.h" // _PyMem_SetDefaultAllocator()
109#include <wchar.h>
1110
1211#ifdef MS_WINDOWS
Original file line number Diff line number Diff line change 44#include "pycore_code.h" // write_location_entry_start()
55#include "pycore_compile.h"
66#include "pycore_opcode.h" // _PyOpcode_Caches[] and opcode category macros
7- #include "pycore_pymem.h" // _PyMem_IsPtrFreed()
87
98
109#define DEFAULT_CODE_SIZE 128
Original file line number Diff line number Diff line change 1919#include "pycore_moduleobject.h" // PyModuleObject
2020#include "pycore_opcode.h" // EXTRA_CASES
2121#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
22- #include "pycore_pymem.h" // _PyMem_IsPtrFreed()
2322#include "pycore_pystate.h" // _PyInterpreterState_GET()
2423#include "pycore_range.h" // _PyRangeIterObject
2524#include "pycore_sliceobject.h" // _PyBuildSlice_ConsumeRefs
Original file line number Diff line number Diff line change 1515#include "pycore_moduleobject.h" // PyModuleObject
1616#include "pycore_opcode.h" // EXTRA_CASES
1717#include "pycore_pyerrors.h" // _PyErr_GetRaisedException()
18- #include "pycore_pymem.h" // _PyMem_IsPtrFreed()
1918#include "pycore_pystate.h" // _PyInterpreterState_GET()
2019#include "pycore_range.h" // _PyRangeIterObject
2120#include "pycore_sliceobject.h" // _PyBuildSlice_ConsumeRefs
Original file line number Diff line number Diff line change 3333#include "pycore_compile.h"
3434#include "pycore_intrinsics.h"
3535#include "pycore_long.h" // _PyLong_GetZero()
36- #include "pycore_pymem.h" // _PyMem_IsPtrFreed()
3736#include "pycore_symtable.h" // PySTEntryObject, _PyFuture_FromAST()
3837
3938#include "opcode_metadata.h" // _PyOpcode_opcode_metadata, _PyOpcode_num_popped/pushed
You can’t perform that action at this time.
0 commit comments