Skip to content
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

Better equality for tuples (and in general) #165

Merged
merged 4 commits into from
Feb 6, 2024
Merged

Conversation

marcoeilers
Copy link
Owner

@marcoeilers marcoeilers commented Feb 6, 2024

Defining object___eq__ to be transitive and symmetric, relating other __eq__ functions to it, and defining tuple equality in terms of object equality.
Fixes issue #164.


This change is Reviewable

@marcoeilers marcoeilers merged commit 2ed1a90 into master Feb 6, 2024
2 checks passed
@marcoeilers marcoeilers deleted the better_equality branch February 6, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant