Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 #112885

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

nascheme
Copy link
Member

@nascheme nascheme commented Dec 8, 2023

The _obmalloc_usage structure is only defined if the obmalloc radix tree is enabled.

The _obmalloc_usage structure is only defined if the obmalloc radix tree
is enabled.
@doko42
Copy link
Member

doko42 commented Dec 9, 2023

@nascheme nascheme merged commit 890ce43 into python:main Dec 9, 2023
33 checks passed
@nascheme nascheme deleted the obmalloc_usage_fix branch December 9, 2023 21:50
@nascheme nascheme added 3.12 bugs and security fixes needs backport to 3.12 bug and security fixes labels Dec 13, 2023
@miss-islington-app
Copy link

Thanks @nascheme for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 13, 2023
The _obmalloc_usage structure is only defined if the obmalloc radix tree
is enabled.
(cherry picked from commit 890ce43)

Co-authored-by: Neil Schemenauer <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Dec 13, 2023

GH-113068 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Dec 13, 2023
nascheme added a commit to miss-islington/cpython that referenced this pull request Dec 13, 2023
The _obmalloc_usage structure is only defined if the obmalloc radix tree
is enabled.
(cherry picked from commit 890ce43)

Co-authored-by: Neil Schemenauer <[email protected]>
nascheme added a commit that referenced this pull request Dec 13, 2023
…3068)

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 890ce43)

Co-authored-by: Neil Schemenauer <[email protected]>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
The _obmalloc_usage structure is only defined if the obmalloc radix tree
is enabled.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
The _obmalloc_usage structure is only defined if the obmalloc radix tree
is enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants