Commit dc040f09 authored by Antoine Pitrou's avatar Antoine Pitrou

Fix supernumerary 's' in sys._debugmallocstats() output.

parents 50b24d0d 36b045f4
......@@ -352,6 +352,6 @@ void
_PyCFunction_DebugMallocStats(FILE *out)
{
_PyDebugAllocatorStats(out,
"free PyCFunctionObjects",
"free PyCFunctionObject",
numfree, sizeof(PyCFunctionObject));
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment