2 parents 922765d + 213728d commit ed6a6a6Copy full SHA for ed6a6a6
1 file changed
Objects/methodobject.c
@@ -352,6 +352,6 @@ void
352
_PyCFunction_DebugMallocStats(FILE *out)
353
{
354
_PyDebugAllocatorStats(out,
355
- "free PyCFunction",
356
- numfree, sizeof(PyCFunction));
+ "free PyCFunctionObjects",
+ numfree, sizeof(PyCFunctionObject));
357
}
0 commit comments