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

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

...@@ -352,6 +352,6 @@ void ...@@ -352,6 +352,6 @@ void
_PyCFunction_DebugMallocStats(FILE *out) _PyCFunction_DebugMallocStats(FILE *out)
{ {
_PyDebugAllocatorStats(out, _PyDebugAllocatorStats(out,
"free PyCFunctionObjects", "free PyCFunctionObject",
numfree, sizeof(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