Hello,
It seems like nb_true_divide should map to both __truediv__ and __rtruediv__ but the latter is missing, in Type Objects — Python 3.9.1 documentation

Thank you!