mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix supernumerary 's' in sys._debugmallocstats() output.
This commit is contained in:
parent
3836d70ed5
commit
36b045f4db
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ void
|
|||
_PyCFunction_DebugMallocStats(FILE *out)
|
||||
{
|
||||
_PyDebugAllocatorStats(out,
|
||||
"free PyCFunctionObjects",
|
||||
"free PyCFunctionObject",
|
||||
numfree, sizeof(PyCFunctionObject));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue