Skip to content

[3.8] bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874)#22877

Merged
terryjreedy merged 1 commit into
python:3.8from
miss-islington:backport-3c69f0c-3.8
Oct 22, 2020
Merged

[3.8] bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874)#22877
terryjreedy merged 1 commit into
python:3.8from
miss-islington:backport-3c69f0c-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 21, 2020

Copy link
Copy Markdown
Contributor

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

Automerge-Triggered-By: GH:brettcannon
(cherry picked from commit 3c69f0c)

Co-authored-by: Brett Cannon brett@python.org

https://bugs.python.org/issue41910

…bject.__ne__ (pythonGH-22874)

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

Automerge-Triggered-By: GH:brettcannon
(cherry picked from commit 3c69f0c)

Co-authored-by: Brett Cannon <brett@python.org>
@terryjreedy
terryjreedy merged commit b2b3803 into python:3.8 Oct 22, 2020
@bedevere-bot

Copy link
Copy Markdown

@terryjreedy: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington
miss-islington deleted the backport-3c69f0c-3.8 branch October 22, 2020 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants