-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
False negative with ParamSpec #13890
Comments
Fixed! Sending a PR. |
Perhaps I'm missing something but what is the error? Isn't that the correct usage of |
It's invalid to use only |
Ah, thanks! |
@AlexWaygood would you care to create an issue about that? |
About the CPython docs? |
Yes, about:
|
On mypy master, this does not have any errors:
With 0.982 you get
main.py:5: error: Name "P.args" is not defined
. Not the best error message, but at least you get an error for invalid use.This bisects to https://github.com/python/mypy/pull/13472/files cc @sobolevn
The text was updated successfully, but these errors were encountered: