pyo3/pyo3-macros-backend
Jonathan Coates 26a9603519 Some improvements to __richcmp__ on enums
- Implement __ne__ as well as __eq__.
 - Return NotImplemented when types cannot be converted, rather than
   throwing.
 - Compare the integer ids inside the __eq__/__ne__ implementation.
   Previously a match block was generated.
2022-09-16 15:30:56 +01:00
..
src Some improvements to __richcmp__ on enums 2022-09-16 15:30:56 +01:00
Cargo.toml pyproto: remove deprecated feature 2022-09-06 08:38:44 +01:00
LICENSE macros: rename crates for consistency 2020-12-20 06:39:28 +00:00