]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__...
authorBrett Cannon <brett@python.org>
Wed, 21 Oct 2020 23:24:38 +0000 (16:24 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 23:24:38 +0000 (16:24 -0700)
commit3c69f0c933d4790855929f1fcd74e4a0fefb5d52
tree16f5579ca01e780647b088cdeea782c5827d9a2d
parentb451b0e9a772f009f4161f7a46476190d0d17ac1
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874)

See Objects/typeobject.c:object_richcompare() for the implementation of this in CPython.

Automerge-Triggered-By: GH:brettcannon
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]