-
-
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
usage of ellipsis
type should be an error
#11559
Comments
This appears to be a bug in typeshed's |
Yeah, I think this should probably be reported against typeshed, thanks for debugging that Eric! |
i think this should be reopened as it looks like there's a change required on the mypy side in order to fix it. see python/typeshed#3556 (comment) also see the mypy crashes on python/typeshed#6311 |
Yes, this is one of the instances where typeshed can't change until mypy changes. #3171 discusses the analogous issue with |
https://mypy-play.net/?mypy=master&python=3.10&gist=c2d3912a93b253bbf3f0589148d945bf
this fails at runtime because
ellipsis
doesn't existThe text was updated successfully, but these errors were encountered: