-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
cachetools.func doesn't work #5617
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
Labels
stubs: false positive
Type checkers report false errors
Comments
We should try using |
Same deal as #5482 (and broken by the same change) |
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
8000
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
gkoller
added a commit
to Amsterdam/dataservices-airflow
that referenced
this issue
Jun 22, 2021
Version >= 0.900 has a number of issues that bite use: - python/typeshed#5617 - it doesn't honor `# type: ignore[misc]` in those circumstances
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Works at runtime, two mypy errors:
But it works if I change the first lines to this:
The text was updated successfully, but these errors were encountered: