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 pitrou, rhansen, seberg, skrah
Date 2015-02-01.09:29:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422782953.49.0.639646011709.issue23352@psf.upfronthosting.co.za>
In-reply-to
Content
I do not have an opinion either way, but I do think there is a small difference here compared to the other issue. With the other issue, there are cases where we cannot set the strides correctly.

If you ask numpy directly whether the array is contiguous (or create it from numpy) and it says "yes", and then you get it without asking for a contiguous array it is, without the change, possible to get an array that would *not* be considered contiguous.

On the other hand, setting suboffsets to NULL when all are -1 is always possible, if tedious I admit.
History
Date User Action Args
2015-02-01 09:29:13sebergsetrecipients: + seberg, pitrou, skrah, rhansen
2015-02-01 09:29:13sebergsetmessageid: <1422782953.49.0.639646011709.issue23352@psf.upfronthosting.co.za>
2015-02-01 09:29:13seberglinkissue23352 messages
2015-02-01 09:29:13sebergcreate