Remove MultiAssignmentBase.__eq__
It does not do something fundamentally different than Record.__eq__ and its definition deletes the implementation of __hash__ in python3.
Loading
Please register or sign in to comment
It does not do something fundamentally different than Record.__eq__ and its definition deletes the implementation of __hash__ in python3.