Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Conversation

@lpietrobon
Copy link

lru_cache came with python 3.2, according to documentation t.ly/ph7Nh


return next_data

@lru_cache(maxsize=None)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maxsize=None will lead to a memory leak.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants