]> 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:59 +0000 (17:07 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 00:07:59 +0000 (20:07 -0400)
commitb2b3803081f07600710273b4f902b5be6e5596e7
tree6f81f45fa89eab8aa4f5d1d3d7394de48eceb2a5
parent916ac9520108831d2099b13992a45884b112b193
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22877)

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]