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 pitrou, rhansen, seberg, skrah
Date 2015-01-30.14:29:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422628165.72.0.142566121053.issue23352@psf.upfronthosting.co.za>
In-reply-to
Content
For the record: I'm myself guilty of accepting all-negative suboffsets
in memoryview.c (see init_slice()) and I think there's even a test for it.

However, while it's ok for a specific function to accept this
corner case, I'm not sure about is_contiguous().


People might rely on the fact that contiguous implies
suboffsets==NULL.


Sebastian, did this special case ever come up in the context of
NumPy?
History
Date User Action Args
2015-01-30 14:29:25skrahsetrecipients: + skrah, pitrou, rhansen, seberg
2015-01-30 14:29:25skrahsetmessageid: <1422628165.72.0.142566121053.issue23352@psf.upfronthosting.co.za>
2015-01-30 14:29:25skrahlinkissue23352 messages
2015-01-30 14:29:25skrahcreate