Jan. 1, 2021
12:53 p.m.
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 <https://docs.python.org/3/c-api/typeobj.html#tp-slots> Thank you!