Ian Henriksen schrieb am 15.07.2015 um 01:32:
> The problem is, essentially, that Cython does not follow the C/C++
> ordering for cascaded assignment, even when dealing with objects at
> the C/C++ level.
> [...]
> This does appear to follow what Python does.
> [...]
> Is this a deliberate design de
I came across this while working on allowing proper overloading of the
assignment operator.
The problem is, essentially, that Cython does not follow the C/C++
ordering for cascaded assignment, even when dealing with objects at
the C/C++ level. For example, calling the test function from the
followi