Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace lru_cache with functools.cache (#18337)
Python 3.9 added `functools.cache` which can replace `lru_cache(maxsize=None)`. https://docs.python.org/3/library/functools.html#functools.cache
- Loading branch information