Skip to content

Fixed comparison operators for infinity on python3

Duncan Macleod requested to merge (removed):python3-cmp-2 into master

This patch removes the python2 __cmp__ function for the infinity object, in favour of python3-compatible comparison functions.

Merge request reports