Message139856
I'm slightly confused about the implication chain in the flags. PyBUF_STRIDES
seem to allow for discontiguous arrays, yet STRIDES -> ND -> C_CONTIGUOUS.
PyBUF_FULL[_RO]
|
PyBUF_INDIRECT -------------- PyBUF_FORMAT ----------[PyBUF_WRITABLE]
|
PyBUF_STRIDES (This would be used when the consumer can handle strided, discontiguous arrays ...)
|
PyBUF_ND <-> PyBUF_CONTIG (why?)
|
PyBUF_C_CONTIGUOUS (... but the implication chain leads us to a contiguous buffer) |
|
| Date |
User |
Action |
Args |
| 2011-07-05 11:44:54 | skrah | set | recipients:
+ skrah, teoliphant, mark.dickinson, ncoghlan, rupole, kermode, pitrou, vstinner, pv, jcon, petri.lehtinen |
| 2011-07-05 11:44:54 | skrah | set | messageid: <[email protected]> |
| 2011-07-05 11:44:53 | skrah | link | issue10181 messages |
| 2011-07-05 11:44:53 | skrah | create | |
|