mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-37340: remove free_list for bound method objects (GH-14232)
This commit is contained in:
parent
76b645124b
commit
3e54b57531
5 changed files with 14 additions and 101 deletions
|
|
@ -1959,12 +1959,10 @@ Py_ssize_t (*_Py_abstract_hack)(PyObject *) = PyObject_Size;
|
|||
void
|
||||
_PyObject_DebugTypeStats(FILE *out)
|
||||
{
|
||||
_PyCFunction_DebugMallocStats(out);
|
||||
_PyDict_DebugMallocStats(out);
|
||||
_PyFloat_DebugMallocStats(out);
|
||||
_PyFrame_DebugMallocStats(out);
|
||||
_PyList_DebugMallocStats(out);
|
||||
_PyMethod_DebugMallocStats(out);
|
||||
_PyTuple_DebugMallocStats(out);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue