-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
add test case: regression w/ mypy mis-interpreting generator comprehension #12610
Labels
Comments
This was referenced Apr 17, 2022
Thanks! This bisects to the recent typeshed sync: #12321 Ran |
Looks like the following diff "fixes" it:
|
Looks like I'm treading ground already covered in #12588 |
JelleZijlstra
changed the title
regression w/ mypy mis-interpreting generator comprehension
add test case: regression w/ mypy mis-interpreting generator comprehension
Apr 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this seems to be a regression which I am getting with mypy master @ 0df8cf5, havent bisected to find the exact commit:
output:
mypy seems to be mis-interpreting the first generator. works in mypy 0.942 and pyright
The text was updated successfully, but these errors were encountered: