Message 176251 - Python tracker
Message176251
| Author | skrah |
|---|---|
| Recipients | chris.jerdonek, docs@python, eric.araujo, ezio.melotti, pitrou, skrah, terry.reedy |
| Date | 2012-11-23.20:49:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1353703765.27.0.369159029402.issue16518@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1353703765.27.0.369159029402.issue16518@psf.upfronthosting.co.za> |
| 2012-11-23 20:49:25 | skrah | link | issue16518 messages |
| 2012-11-23 20:49:25 | skrah | create | |