mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
0575551f69
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