]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885) (#113068)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Dec 2023 21:06:43 +0000 (22:06 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Dec 2023 21:06:43 +0000 (13:06 -0800)
commitc34c9e3b9aba76764a54b2e404aa1fef0a6a5c58
treef57972dd123a05580d60f652af06ad87e494af86
parent338a5a5f0b9a6abaed691fa0d9fb8a0fda63513f
[3.12] gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885) (#113068)

gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)

The _obmalloc_usage structure is only defined if the obmalloc radix tree
is enabled.
(cherry picked from commit 890ce430d94b0b2bccc92a8472b1e1030b4faeb8)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Include/internal/pycore_obmalloc.h
Misc/NEWS.d/next/Build/2023-12-08-11-33-37.gh-issue-112867.ZzDfXQ.rst [new file with mode: 0644]