-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Crash on super call in function with type variable #2361
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
Comments
Here's the traceback (it's for the last line of the file):
|
Ouch. I think it's what we discussed here. But I will dig deeper. |
Reverting mypy/checkexpr:1612 to |
This seems to work now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#2193 causes a crash when calling
super
in function which takes a generic argument (even if the generic argument is unused). Here's the minimum reproducer I've found:@JukkaL @elazarg could you take a look?
The text was updated successfully, but these errors were encountered: