-
Notifications
You must be signed in to change notification settings - Fork 1.3k
__hash__ methods broken #2506
Copy link
Copy link
Closed
Labels
Description
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.
Expected Behavior
The
__hash__methods should not be implemented like this:Objects with the
__hash__method implemented in such a way are not being deduplicated correctly in e.g. sets and dicts.Current Behavior
Steps to reproduce
Specifications
Possible Solution