You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove __rtruediv__ definitions which fail to compile with Cython 3
They fail to compile with Cython 3 and c_api_binop_methods=True, and are
never treated as special arithmetic methods by old Cython anyway, so
they can be safely removed.
0 commit comments