Skip to content

Commit 0b3d3df

Browse files
committed
rename function that was renamed in python header
1 parent b1c73d7 commit 0b3d3df

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.cext/src

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/src/obmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void PyMem_RawFree(void *ptr) {
7272
free(ptr);
7373
}
7474

75-
int PyTraceMalloc_Track(_PyTraceMalloc_domain_t domain, uintptr_t ptr, size_t size) {
75+
int _PyTraceMalloc_Track(_PyTraceMalloc_domain_t domain, uintptr_t ptr, size_t size) {
7676
return -2; // we do not track
7777
}
7878

0 commit comments

Comments
 (0)