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:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411158345.83.0.236082992891.issue22445@psf.upfronthosting.co.za>
In-reply-to
Content
#12845 should be closed, seems like a bug in some old version. The definition now is simply that the array is contiguous if you can legally access it in a contiguous fashion. Which means first stride is itemsize, second is itemsize*shape[0] for Fortran, inverted for C-order.
History
Date User Action Args
2014-09-19 20:25:45sebergsetrecipients: + seberg, skrah
2014-09-19 20:25:45sebergsetmessageid: <1411158345.83.0.236082992891.issue22445@psf.upfronthosting.co.za>
2014-09-19 20:25:45seberglinkissue22445 messages
2014-09-19 20:25:45sebergcreate