]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)
authorNeil Schemenauer <nas-github@arctrix.com>
Sat, 9 Dec 2023 21:50:48 +0000 (13:50 -0800)
committerGitHub <noreply@github.com>
Sat, 9 Dec 2023 21:50:48 +0000 (13:50 -0800)
commit890ce430d94b0b2bccc92a8472b1e1030b4faeb8
treed4c9586f89d33169aebdf24d6404caed6654685d
parentc1652d6d6201e5407b94afc297115a584b5a0955
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.
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]