This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author crusaderky
Recipients crusaderky
Date 2019-09-11.10:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568197918.73.0.444798788725.issue38105@roundup.psfhosted.org>
In-reply-to
Content
Forgot a counter-example:

{C(1, 0), C(2, 0)}
C((1, 0)).__hash__
C((2, 0)).__hash__
C((1, 0)).__eq__(C((2, 0)))
{C((1, 0)), C((2, 0))}
History
Date User Action Args
2019-09-11 10:31:58crusaderkysetrecipients: + crusaderky
2019-09-11 10:31:58crusaderkysetmessageid: <1568197918.73.0.444798788725.issue38105@roundup.psfhosted.org>
2019-09-11 10:31:58crusaderkylinkissue38105 messages
2019-09-11 10:31:58crusaderkycreate