Message139173
I should also note that if memoryview ends up growing enough state to cope correctly with numpy-style multi-dimensional slicing, I'm actually OK with that. You could get a long way just using the array module to allocate a large chunk of memory and then a suitably enhanced memoryview to manipulate it as a multidimensional array.
That's a future concern, though - for now, the key task is to migrate to reliable, reference based semantics for Py_buffer management. |
|
| Date |
User |
Action |
Args |
| 2011-06-26 12:35:47 | ncoghlan | set | recipients:
+ ncoghlan, teoliphant, mark.dickinson, rupole, kermode, pitrou, pv, skrah, jcon |
| 2011-06-26 12:35:47 | ncoghlan | set | messageid: <[email protected]> |
| 2011-06-26 12:35:47 | ncoghlan | link | issue10181 messages |
| 2011-06-26 12:35:46 | ncoghlan | create | |
|