Convert from compareInternal to PyObject_RichCompareBool
compareInternal should probably just call PyObject_RichCompareBool eventually, but the switch also has the benefit of avoiding an extra boxing step.
Showing
Please register or sign in to comment