-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Allow dict to take a Generator #4450
Comments
Related #257 |
Converting to a tuple:
Produces:
|
This isn't anything to do with generators; the issue is that |
Thanks for the pointer @JelleZijlstra I'll add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fails in mypy 0.782 with:
And in pyright 1.1.62 with:
The text was updated successfully, but these errors were encountered: