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 rhansen
Recipients pitrou, rhansen, seberg, skrah
Date 2015-02-01.08:45:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422780335.82.0.323908543504.issue23352@psf.upfronthosting.co.za>
In-reply-to
Content
> This leaves me +-0 for the change, with the caveat that applications
> might break.

How might an application break with this change?  Compared to the current PyBuffer_IsContiguous(), the patched version is the same except it returns true for a wider range of actually-contiguous buffers.
History
Date User Action Args
2015-02-01 08:45:35rhansensetrecipients: + rhansen, pitrou, skrah, seberg
2015-02-01 08:45:35rhansensetmessageid: <1422780335.82.0.323908543504.issue23352@psf.upfronthosting.co.za>
2015-02-01 08:45:35rhansenlinkissue23352 messages
2015-02-01 08:45:35rhansencreate