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 decision?

Yes. Cython is Python with C/C++ data types, not the other way round.

Stefan

_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to