-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Use PEP 688 #10225
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
Use PEP 688 #10225
Changes from all commits
f25ec0b
8f29f8d
34611b7
56ea39e
650b170
73763a3
8921d07
588ddec
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -774,3 +774,7 @@ pkgutil.ImpLoader.get_source | |
pkgutil.ImpLoader.is_package | ||
pkgutil.ImpLoader.load_module | ||
pkgutil.ImpLoader.source | ||
|
||
# We lie about the existence of these methods | ||
.*.__buffer__ | ||
.*.__release_buffer__ | ||
Comment on lines
+778
to
+780
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not thrilled about this, as it means our CI won't fail if we have a typo in a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would be nice if the stubtest allowlist would only silence issues about the method not existing, not issues about the signature if it does exist. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess what we're saying is we're both +1 for python/mypy#13703 :) |
Uh oh!
There was an error while loading. Please reload this page.