]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When printing stats, move radix tree info to its own section. (GH-25125)
authorTim Peters <tim.peters@gmail.com>
Thu, 1 Apr 2021 03:46:31 +0000 (22:46 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 03:46:31 +0000 (22:46 -0500)
commit078a3433ebe4c211cd93c84cd9c2148c3aa23238
tree03b6a34e55d7b41a667edf406161e8e06f684d9e
parent58cffba1874f0e9a9731b25a3e11a011bfbbf95f
When printing stats, move radix tree info to its own section. (GH-25125)

When printing stats, move radix tree info to its own section.
Restore that the breakdown of bytes in arenas exactly accounts for the total of arena bytes allocated.
Add an assert so that invariant doesn't break again.
Objects/obmalloc.c