memoryview (was "len() on mutables vs. immutables")

Demian Brecht demianbrecht at gmail.com
Fri Feb 8 10:52:01 EST 2013


This helped clarify, thanks. I also went through PEP 3118 in detail (as I
should have in the first place) which also helped.

Thanks,

Demian Brecht
http://demianbrecht.github.com


On 2013-02-08 6:50 AM, "Oscar Benjamin" <oscar.j.benjamin at gmail.com> wrote:

>This is in keeping with the way that numpy.ndarrays work. Essentially
>len and iter treat the array as if it were a list of lists (of lists
>...).





More information about the Python-list mailing list