Kaydet (Commit) 36b045f4 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

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

üst 3836d70e
......@@ -343,7 +343,7 @@ 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