commit | c3538b83816663d7b767391a375179a0ce923990 | [log] [tgz] |
---|---|---|
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Oct 21 17:07:39 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 21 20:07:39 2020 -0400 |
tree | f4730701b5bb3182cdc0637c7270bc767b074562 | |
parent | 6e842bcdf8a47fe081c9f2edc2b8875e1f3e2f18 [diff] |
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22876) See Objects/typeobject.c:object_richcompare() for the implementation of this in CPython. Co-authored-by: Brett Cannon <brett@python.org>