-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Missing attributes found running mypy on the standard library #2149
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
|
|
I checked a few more items that exist now. |
Mostly addresses python#2149
#4554 addresses most of these, with the exception of |
@ethanhs Do you remember what you did to check the stdlib? Was it a simple mypy call or was it more involved? I think it would be good idea for us to run a check like this on a regular basis. |
@srittau I'm pretty sure it was a direct invocation of mypy on typeshed |
stubtest will find missing things (in CI we run with |
Apart from the problem with |
Wow awesome! 🎉 Edit: Also on how I checked this, I think I ran mypy on the standard library one file/package at a time at one point on a flight home from pycon. I don't remember exactly how I did it but I agree it might be good to do from time to time. |
Uh oh!
There was an error while loading. Please reload this page.
The following are missing from stubs:
There also seem to be several uses of
_thread
, but I'm not familiar with typeshed's policy with "private" modules.The text was updated successfully, but these errors were encountered: