Skip to content

TypeError: Expected maxsize to be an integer or None #210

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

Open
sf-tcalhoun opened this issue Mar 10, 2025 · 0 comments
Open

TypeError: Expected maxsize to be an integer or None #210

sf-tcalhoun opened this issue Mar 10, 2025 · 0 comments

Comments

@sf-tcalhoun
Copy link

sf-tcalhoun commented Mar 10, 2025

From version 3.4.0.
When trying to import, getting failure: TypeError: Expected maxsize to be an integer or None

Looks like this error is the result of a bug introduced on Aug 20, 2024.
Stems from Line 305, which currently reads as:
@functools.lru_cache

Should be (similar to Line 334):
@functools.lru_cache(maxsize=0)

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

No branches or pull requests

1 participant