◐ Shell
clean mode source ↗

bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h by vstinner · Pull Request #30943 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Jan 27, 2022

Conversation

@vstinner

Move _Py_GetAllocatedBlocks() and _PyObject_DebugMallocStats()
declarations to pycore_pymem.h. These functions are related to memory
allocators, not to the PyObject structure.

https://bugs.python.org/issue40170

Move _Py_GetAllocatedBlocks() and _PyObject_DebugMallocStats()
declarations to pycore_pymem.h. These functions are related to memory
allocators, not to the PyObject structure.

@vstinner

These functions are related to memory allocators, not to the PyObject structure.

My bad. I didn't notice this when I merged my previous PR.

Labels