Re: buffers and memoryviews

2013-02-12 Thread Demian Brecht
I guess I /should/ have written it with current releases.. My 3 is current dev source :P Demian Brecht http://demianbrecht.github.com On 2013-02-12 7:42 AM, "MRAB" wrote: >On 2013-02-12 15:25, Demian Brecht wrote: >> I didn't know a whole lot (read: nothing) about buffers and memoryviews >>

Re: buffers and memoryviews

2013-02-12 Thread MRAB
On 2013-02-12 15:25, Demian Brecht wrote: I didn't know a whole lot (read: nothing) about buffers and memoryviews before digging into the C side of Python. Once I found them, ran into some of the 2.7 ugliness of having /both/ buffers and memoryviews available and found the tremendous usefulness i