[Cython] array.array member renaming

Nikita Nemkin nikita at nemkin.ru
Tue Jun 4 10:29:23 CEST 2013


Hi,

I just wanted to say that this
https://github.com/cython/cython/commit/a3ace265e68ad97c24ce2b52d99d45b60b26eda2#L1L73
renaming seems totally unnecessary as it makes any array code
verbose and ugly. I often have to create extra local variables
just to avoid endless something.data.as_ints repetition.

What was the reason for ranaming? It would be really nice to
reintroduce old names (_i, _d etc).


Best regards,
Nikita Nemkin


More information about the cython-devel mailing list