This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients Dennis Sweeney, glyph, lukasz.langa, rhettinger
Date 2021-08-06.17:51:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628272276.26.0.239855644739.issue44605@roundup.psfhosted.org>
In-reply-to
Content
IMO the PR should be accepted and have approved it accordingly.

@total_ordering, as mentioned by Raymond, wasn't ever the most efficient way to implement ordering on a class. It is the most readable and easy way to get a correct implementation though so it's preferred where performance isn't the highest priority.
History
Date User Action Args
2021-08-06 17:51:16lukasz.langasetrecipients: + lukasz.langa, rhettinger, glyph, Dennis Sweeney
2021-08-06 17:51:16lukasz.langasetmessageid: <1628272276.26.0.239855644739.issue44605@roundup.psfhosted.org>
2021-08-06 17:51:16lukasz.langalinkissue44605 messages
2021-08-06 17:51:16lukasz.langacreate