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

bpo-32422: Reduce lru_cache memory usage. #5008

Merged
merged 2 commits into from Dec 25, 2017
Merged

Conversation

Copy link
Member

@methane methane commented Dec 25, 2017

Remove GC header from link node.

https://bugs.python.org/issue32422

Remove GC header from link node.
Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

LGTM, but please add a news entry.

Mention that this change not just reduces lru_cache memory usage, but also reduces the burden on the GC.

@methane methane merged commit 3070b71 into python:master Dec 25, 2017
3 checks passed
@methane methane deleted the lru-reduce-gc branch Dec 25, 2017
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.

None yet

4 participants