Skip to content

Commit e4e4835

Browse files
corona10encukou
andauthored
Update Modules/_ctypes/malloc_closure.c
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent a1ad592 commit e4e4835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ctypes/malloc_closure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static void more_core(void)
8484
0);
8585
if (item == (void *)MAP_FAILED)
8686
return;
87-
_PyAnnotateMemoryMap(item, mem_size, "cpython:malloc_closure:more_core");
87+
_PyAnnotateMemoryMap(item, mem_size, "cpython:ctypes");
8888
#endif
8989

9090
#ifdef MALLOC_CLOSURE_DEBUG

0 commit comments

Comments
 (0)