Sebastian Berg added the comment:

#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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to