commit | 3c69f0c933d4790855929f1fcd74e4a0fefb5d52 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Wed Oct 21 16:24:38 2020 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 21 16:24:38 2020 -0700 |
tree | 16f5579ca01e780647b088cdeea782c5827d9a2d | |
parent | b451b0e9a772f009f4161f7a46476190d0d17ac1 [diff] |
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