-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix unsupported-binary-operation
on classes that overload or
#6664
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
94c5cfd
Fix ``unsupported-binary-operation`` on classes that overload or
timmartin 1af0924
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f8b0166
Handle the case where the overload is from Python 3.10 runtime
timmartin 02e7360
Merge branch 'main' into issue-4951
timmartin 3f7687e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 262ef22
Update tests/functional/a/alternative/alternative_union_syntax_error.py
timmartin e2ecb8f
Defend against assigning an anonymous function to __or__
timmartin 2d82246
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4512b70
Merge branch 'main' into issue-4951
timmartin f8877c3
Move the release note to 2.15
timmartin d20a35a
Cope with multiple attributes inferred on Python 3.10
timmartin 410cb7e
Apply code review feedback
timmartin 414353c
Add a test to illustrate the second-level metaclass issue
timmartin 7dc9fc7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] efc75e7
Clean up the functional test and add an extra case
timmartin 5d6a493
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b46cd09
Fix some code review comments
timmartin 433f850
Remove the second-level metaclass test case
timmartin 8ec0215
Use consistent location for NotFoundError
timmartin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.