fix python2 comparisons by explicitly raising `TypeError`
Python2's weird comparison semantics are inconsistent with what we expect when `NotImplemented` is returned.
Loading
Please register or sign in to comment
Python2's weird comparison semantics are inconsistent with what we expect when `NotImplemented` is returned.