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 seberg
Recipients seberg, skrah
Date 2014-09-19.20:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411159192.28.0.809117600795.issue22445@psf.upfronthosting.co.za>
In-reply-to
Content
To be clear, the important part here, is that to me all elements *can* be accessed using that scheme. It is not correct to assume that `stride[-1]` or `stride[0]` is actually equal to `itemsize`.

In other words, you have to be able to pass the pointer to the start of a c-contiguous array into some C-library that knows nothing about strides without any further thinking. The 0-strides badly violate that.
History
Date User Action Args
2014-09-19 20:39:52sebergsetrecipients: + seberg, skrah
2014-09-19 20:39:52sebergsetmessageid: <1411159192.28.0.809117600795.issue22445@psf.upfronthosting.co.za>
2014-09-19 20:39:52seberglinkissue22445 messages
2014-09-19 20:39:52sebergcreate