]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Oct 2020 00:07:39 +0000 (17:07 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 00:07:39 +0000 (20:07 -0400)
commitc3538b83816663d7b767391a375179a0ce923990
treef4730701b5bb3182cdc0637c7270bc767b074562
parent6e842bcdf8a47fe081c9f2edc2b8875e1f3e2f18
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>
Doc/reference/datamodel.rst
Misc/NEWS.d/next/Core and Builtins/2020-10-21-14-40-54.bpo-41910.CzBMit.rst [new file with mode: 0644]