]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)
authorVictor Stinner <vstinner@python.org>
Thu, 23 Jan 2025 12:49:35 +0000 (13:49 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 12:49:35 +0000 (13:49 +0100)
commite579cdb21e25896f85ae1a42820b749846b88de7
treeb06f895ccd387a735fe76117fa1e51a2653f90d9
parent46c7e13c055c218e18b0424efc60965e6a5fe6ea
gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)

Always build tracemalloc with PyMem_RawMalloc() hooks.
Include/internal/pycore_tracemalloc.h
Python/tracemalloc.c