mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Move _Py_GetAllocatedBlocks() and _PyObject_DebugMallocStats() declarations to pycore_pymem.h. These functions are related to memory allocators, not to the PyObject structure.
Miscellaneous source files for the main Python shared library