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 brett.cannon
Recipients brett.cannon, docs@python, murali
Date 2019-12-20.17:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576863720.36.0.540838549972.issue39111@roundup.psfhosted.org>
In-reply-to
Content
And to be more specific, == is guaranteed to work by falling back to object.__eq__() which falls back to object identity if the object doesn't have a custom __eq__() method.
History
Date User Action Args
2019-12-20 17:42:00brett.cannonsetrecipients: + brett.cannon, docs@python, murali
2019-12-20 17:42:00brett.cannonsetmessageid: <1576863720.36.0.540838549972.issue39111@roundup.psfhosted.org>
2019-12-20 17:42:00brett.cannonlinkissue39111 messages
2019-12-20 17:42:00brett.cannoncreate