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-31.14:53:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422716038.79.0.138391808942.issue23352@psf.upfronthosting.co.za>
In-reply-to
Content
To summarize, I think this is different from #22445, which also requests
relaxed contiguity tests. #22445 is motivated by the fact that slicing
can create a certain class of contiguous buffers that aren't recognized
as such.

No such reason exists here: All-negative suboffsets are only created
if a buffer provider chooses to hand them out instead of NULL. To my
knowledge only Cython does this, and it's against the PEP (though
strictly speaking not against the docs).


So I'm -0.5 on this change in general and -1 for 2.7.



I'd reject the issue, but let's wait for Antoine's opinion.
History
Date User Action Args
2015-01-31 14:53:58skrahsetrecipients: + skrah, pitrou, rhansen, seberg
2015-01-31 14:53:58skrahsetmessageid: <1422716038.79.0.138391808942.issue23352@psf.upfronthosting.co.za>
2015-01-31 14:53:58skrahlinkissue23352 messages
2015-01-31 14:53:58skrahcreate