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

Fix strict equality check if operand item type has custom __eq__ #14513

Merged
merged 1 commit into from
Jan 23, 2023

Commits on Jan 23, 2023

  1. Fix strict equality check if operand item type has custom __eq__

    Don't complain about comparing lists, variable-legnth tuples or sets if
    one of the operands has an item type with a custom __eq__ method.
    
    Fix #14511.
    JukkaL committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6eafdfb View commit details
    Browse the repository at this point in the history