Message176251
I wouldn't use "bytes-like object". One can certainly argue that *memoryview*
should be bytes-like as a matter of preference, but the buffer protocol
specifies strongly (or even statically) typed multi-dimensional arrays.
PEP-3118 Py_buffer structs are essentially how NumPy works internally. |
|
| Date |
User |
Action |
Args |
| 2012-11-23 20:49:25 | skrah | set | recipients:
+ skrah, terry.reedy, pitrou, ezio.melotti, eric.araujo, chris.jerdonek, docs@python |
| 2012-11-23 20:49:25 | skrah | set | messageid: <[email protected]> |
| 2012-11-23 20:49:25 | skrah | link | issue16518 messages |
| 2012-11-23 20:49:25 | skrah | create | |
|