Skip to content

bpo-45522: Allow to disable freelists on build time #29086

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

Closed
wants to merge 1 commit into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Oct 20, 2021

Internal Py*_MAXFREELIST macros can now be defined as 0 without
causing compiler warnings and segfaults. This effectively disables and
removes the freelist.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue45522

Internal ``Py*_MAXFREELIST`` macros can now be defined as ``0`` without
causing compiler warnings and segfaults. This effectively disables and
removes the freelist.

Signed-off-by: Christian Heimes <christian@python.org>
@corona10
Copy link
Member

I left my single opinion about the PR: #29056 (review)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants