Speedup for PyObject_RichCompareBool(): PyObject_RichCompare() almost
always returns a bool, so avoid calling PyObject_IsTrue() in that case.
Showing
Please register or sign in to comment
always returns a bool, so avoid calling PyObject_IsTrue() in that case.