-
-
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
[mypyc] Fix ParamSpec #17309
[mypyc] Fix ParamSpec #17309
Conversation
for more information, see https://pre-commit.ci
Looks like TypeVarTuple might also not be handled — worth adding that too? |
I've install mypy directly from this branch to test on my code and found it throws different error now:
I've just renamed my method So, what should I do to help you? Is is separated issue or this issue continuation? I'll try to minimize the code to reproduce this issue It's funny thing this method |
Sounds like a separate issue, searching stacktrace sounds similar to mypyc/mypyc#767. The best way to help is to open a PR, I don't have time to look into it myself (and in general I don't really know much about mypyc) |
Fixes mypyc/mypyc#1051