Uh oh!
There was an error while loading. Please reload this page.
Upgrade pyright, improve pyright config files - #8072
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
| _weakref.CallableProxyType.__getattr__ # Should have all attributes of proxy | ||
| _weakref.ProxyType.__getattr__ # Should have all attributes of proxy | ||
| _weakref.ReferenceType.__call__ # C function default annotation is wrong | ||
| _weakref.ReferenceType.__init__ # Runtime defines __new__ but stubtest thinks __init__ is also defined. |
There was a problem hiding this comment.
This is a guess. But if I'm not correct here, I think the best thing to do here is to have a white lie in the stub anyway.
AlexWaygood
commented
Jun 16, 2022
This should now be ready for review :) |
srittau
left a comment
There was a problem hiding this comment.
One minor suggestion, LGTM otherwise.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
1 similar comment
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Fixes#7928; fixes#6905.