This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:25skrahsetrecipients: + skrah, terry.reedy, pitrou, ezio.melotti, eric.araujo, chris.jerdonek, docs@python
2012-11-23 20:49:25skrahsetmessageid: <1353703765.27.0.369159029402.issue16518@psf.upfronthosting.co.za>
2012-11-23 20:49:25skrahlinkissue16518 messages
2012-11-23 20:49:25skrahcreate