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 benjamin.peterson, christian.heimes, doko, ned.deily, serhiy.storchaka, skrah, vstinner, ztane
Date 2016-09-14.09:39:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473845986.92.0.856556379173.issue28055@psf.upfronthosting.co.za>
In-reply-to
Content
Numpy itself internally doesn't. Consumers of numpy arrays use
memoryviews. Numpy is often used as a library these days, even
for simple things like storing a 2-d table, which can easily be
several TB.

It is also easy to generate unaligned data by just taking a slice
of a bytes memoryview.
History
Date User Action Args
2016-09-14 09:39:46skrahsetrecipients: + skrah, doko, vstinner, christian.heimes, benjamin.peterson, ned.deily, serhiy.storchaka, ztane
2016-09-14 09:39:46skrahsetmessageid: <1473845986.92.0.856556379173.issue28055@psf.upfronthosting.co.za>
2016-09-14 09:39:46skrahlinkissue28055 messages
2016-09-14 09:39:46skrahcreate