Skip to content

[3.12] C-API docs: Clarify the size of arenas (GH-110895) #110946

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

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 16, 2023

Clarify the size of arenas

From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1
MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms.
(cherry picked from commit f07ca27)

Co-authored-by: Mienxiu [email protected]


📚 Documentation preview 📚: https://cpython-previews--110946.org.readthedocs.build/

Clarify the size of arenas

From 3.10.0 alpha 7, the pymalloc allocator uses arenas with a fixed size of 1
MiB on 64-bit platforms instead of 256 KiB on 32-bit platforms.
(cherry picked from commit f07ca27)

Co-authored-by: Mienxiu <[email protected]>
@bedevere-app bedevere-app bot added awaiting review docs Documentation in the Doc dir skip news labels Oct 16, 2023
@AlexWaygood AlexWaygood enabled auto-merge (squash) October 16, 2023 18:56
@AlexWaygood AlexWaygood self-assigned this Oct 16, 2023
@AlexWaygood AlexWaygood merged commit 94525a7 into python:3.12 Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants