Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36b045f

Browse files
committed
Fix supernumerary 's' in sys._debugmallocstats() output.
1 parent 3836d70 commit 36b045f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/methodobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ void
343343
_PyCFunction_DebugMallocStats(FILE *out)
344344
{
345345
_PyDebugAllocatorStats(out,
346-
"free PyCFunctionObjects",
346+
"free PyCFunctionObject",
347347
numfree, sizeof(PyCFunctionObject));
348348
}
349349

0 commit comments

Comments
 (0)