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

Use cache instead of lru_cache once minimum python version is >=3.9 #272

Closed
mscroggs opened this issue Apr 19, 2024 · 1 comment
Closed

Comments

@mscroggs
Copy link
Member

#271 uses functools to cache the results of apply_restrictions. From Python 3.9 onwards, we can use functools.cacheinstead offunctools.lru_cache`.

Python 3.8 end of life is October 2024.

@mscroggs
Copy link
Member Author

closing as it looks like we need custom caching to avoid memory leaks

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

No branches or pull requests

1 participant