File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626#include "pycore_abstract.h" // _Py_convert_optional_to_ssize_t()
2727#include "pycore_bytesobject.h" // _PyBytes_Find()
2828#include "pycore_fileutils.h" // _Py_stat_struct
29- #include "pycore_obmalloc .h" // _PyAnnotateMemoryMap()
29+ #include "pycore_pymem .h" // _PyAnnotateMemoryMap()
3030#include "pycore_weakref.h" // FT_CLEAR_WEAKREFS()
3131
3232#include <stddef.h> // offsetof()
Original file line number Diff line number Diff line change 6161#include "pycore_ceval.h" // _PyPerf_Callbacks
6262#include "pycore_frame.h"
6363#include "pycore_interp.h"
64- #include "pycore_obmalloc .h" // _PyAnnotateMemoryMap()
64+ #include "pycore_pymem .h" // _PyAnnotateMemoryMap()
6565#include "pycore_runtime.h" // _PyRuntime
6666
6767#ifdef PY_HAVE_PERF_TRAMPOLINE
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ any DWARF information available for them).
132132#include "Python.h"
133133#include "pycore_ceval.h" // _PyPerf_Callbacks
134134#include "pycore_interpframe.h" // _PyFrame_GetCode()
135- #include "pycore_obmalloc .h" // _PyAnnotateMemoryMap()
135+ #include "pycore_pymem .h" // _PyAnnotateMemoryMap()
136136#include "pycore_runtime.h" // _PyRuntime
137137
138138
You can’t perform that action at this time.
0 commit comments