]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Jan 2022 02:35:51 +0000 (03:35 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 02:35:51 +0000 (03:35 +0100)
commit6b491b9dc0b0fdfd1f07ea4e2151236186d8e7e6
tree9922e2b27ecbf982d3d847da691523d32997c3c3
parentaf32b3ef1fbad3c2242627a14398320960a0cb45
bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)

Move _Py_GetAllocatedBlocks() and _PyObject_DebugMallocStats()
private functions to the internal C API.
Include/cpython/objimpl.h
Include/internal/pycore_object.h
Misc/NEWS.d/next/C API/2022-01-27-02-37-18.bpo-40170.XxQB0i.rst [new file with mode: 0644]
Objects/obmalloc.c