[Cython] Supporting cython.operator in C

Jeroen Demeyer jdemeyer at cage.ugent.be
Thu Jun 2 03:41:08 EDT 2016


On 2016-06-02 05:43, Robert Bradshaw wrote:
> You can always define your own macro #define ASSIGN(a, b) (a = b).

That's basically my whole point. This ASSIGN should be called 
cython.operator.assign.


More information about the cython-devel mailing list