Compare two objects. 1: lhs == rhs, 0: lhs != rhs, -1: error
int py_equal( py_Ref lhs, py_Ref rhs, ) { return _py_equal( lhs, rhs, ); }