Fix supernumerary 's' in sys._debugmallocstats() output.
This commit is contained in:
commit
dc040f099d
|
@ -352,6 +352,6 @@ void
|
|||
_PyCFunction_DebugMallocStats(FILE *out)
|
||||
{
|
||||
_PyDebugAllocatorStats(out,
|
||||
"free PyCFunctionObjects",
|
||||
"free PyCFunctionObject",
|
||||
numfree, sizeof(PyCFunctionObject));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue