mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
eab6a2c73c
* When used in richcompare this would throw an exception and return Py_NotImplemented causing a failure. Instead we should just return NULL, which is fine and will be considered as a not-equal comparison for equality/inequality and throw the kind of exception we want for less than or greater than.