Skip to content

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

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

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

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 c3538b8 into python:3.9 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.9 branch October 22, 2020 00:07
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