Skip to content

Commit e2eedbc

Browse files
committed
Address code review
1 parent 1b88b75 commit e2eedbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Modules/mmapmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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()

Python/perf_jit_trampoline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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

Python/perf_trampoline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)