Message165916
The fix would require all of these functions from memoryview.c (3.3):
last_dim_is_contiguous
cmp_structure
copy_base
copy_rec
copy_buffer
How to avoid code duplication? I could move them into abstract.c,
but conceptually they're really just low level buffer interface
functions. Also, they make a lot of assumptions (ndim >= 1,
PyBUF_FULL) that are a little dangerous for a general interface. |
|
Date |
User |
Action |
Args |
2012-07-20 12:24:03 | skrah | set | recipients:
+ skrah, ncoghlan, pitrou, vstinner, christian.heimes, meador.inge, python-dev |
2012-07-20 12:24:03 | skrah | set | messageid: <1342787043.55.0.409704246583.issue12834@psf.upfronthosting.co.za> |
2012-07-20 12:24:02 | skrah | link | issue12834 messages |
2012-07-20 12:24:02 | skrah | create | |
|