Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rich operators on OpenStackRelease #307

Conversation

gabrielcocenza
Copy link
Member

  • fix the issue described at https://bugs.python.org/issue35712 which silently returns False when eq returns NotImplemented, rather than returning NotImplemented

  • implement the total_ordering[0] so we can avoid writing all the rich methods

[0] https://docs.python.org/3/library/functools.html#functools.total_ordering

- fix the issue described at https://bugs.python.org/issue35712
  which silently returns False when __eq__ returns NotImplemented,
  rather than returning NotImplemented

- implement the total_ordering[0] so we can avoid writing all the
  rich methods

[0] https://docs.python.org/3/library/functools.html#functools.total_ordering
@gabrielcocenza gabrielcocenza requested review from a team, Pjack, aieri, agileshaw and jneo8 March 13, 2024 19:28
@gabrielcocenza gabrielcocenza added the bug Something isn't working label Mar 13, 2024
@gabrielcocenza gabrielcocenza self-assigned this Mar 13, 2024
@gabrielcocenza gabrielcocenza requested a review from a team as a code owner March 14, 2024 16:26
@rgildein rgildein added the high label Mar 14, 2024
@gabrielcocenza gabrielcocenza merged commit d65d602 into canonical:main Mar 14, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants