-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[invalid-class-object] Fix crash when __class__
is defined with a tuple
#7473
[invalid-class-object] Fix crash when __class__
is defined with a tuple
#7473
Conversation
a565d40
to
4530626
Compare
Pull Request Test Coverage Report for Build 3067592274
π - Coveralls |
2248023
to
8831477
Compare
__class__
is defined with a tuple
This comment has been minimized.
This comment has been minimized.
940be6c
to
77f97bd
Compare
@@ -1,2 +1,5 @@ | |||
invalid-class-object:17:0:17:11::Invalid __class__ object:UNDEFINED | |||
invalid-class-object:18:0:18:11::Invalid __class__ object:UNDEFINED | |||
invalid-class-object:20:0:20:11::Invalid assignement to '__class__'. Should be a class definition but got a 'Instance':INFERENCE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These have to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
π€¦
77f97bd
to
98ef493
Compare
π€ According to the primer, this change has no effect on the checked open source code. π€π This comment was generated for commit 98ef493 |
Type of Changes
Description
Closes #7467