Fixed comparison operators for infinity on python3
This patch removes the python2 __cmp__
function for the infinity
object, in favour of python3-compatible comparison functions.
This patch removes the python2 __cmp__
function for the infinity
object, in favour of python3-compatible comparison functions.
This will create a new commit in order to revert the existing changes.