Dec. 20, 2019
5:42 p.m.
Brett Cannon <brett@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 <report@bugs.python.org> <https://bugs.python.org/issue39111> _______________________________________