The standard specifies that reflected operators must be defined, but AFAICT, there aren't tests here that cover them. I noticed because I removed __rtruediv__, __rfloordiv__, and __rmod__ from mparray while fixing division by zero issues, but but no tests failed as a result.
The standard specifies that reflected operators must be defined, but AFAICT, there aren't tests here that cover them. I noticed because I removed
__rtruediv__,__rfloordiv__, and__rmod__frommparraywhile fixing division by zero issues, but but no tests failed as a result.