The source project of this merge request has been removed.
Fixed comparison operators for infinity on python3
This patch removes the python2 __cmp__
function for the inifinity
object, in favour of python3-compatible comparison functions.
This patch removes the python2 __cmp__
function for the inifinity
object, in favour of python3-compatible comparison functions.