Compare two objects. 1: lhs < rhs, 0: lhs >= rhs, -1: error
int py_less( py_Ref lhs, py_Ref rhs, ) { return _py_less( lhs, rhs, ); }