timedata-org / old-timedata

Time arts data - high-performance color processing in C++ and Python.
7 stars 3 forks source link

All my "right hand" versions of operations are broken! #23

Closed rec closed 8 years ago

rec commented 8 years ago

See https://stackoverflow.com/questions/18794169.

rec commented 8 years ago

https://github.com/rec/simple-cython/commit/f2be40ffcbbc9bd730d7672074b5d5f94f144040 demonstrates the issue - __radd__ is never called. :-o

Now I know the problem, the fix is obvious.