Brett Cannon <br...@python.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39111>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to