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 serhiy.storchaka
Recipients larry, martin.panter, methane, python-dev, serhiy.storchaka, vstinner
Date 2017-02-02.12:37:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <11346678.dGhT4LBDOC@raxxla>
In-reply-to <1486033025.36.0.712039106771.issue29300@psf.upfronthosting.co.za>
Content
> Oh by the way, I forgot to mention a subtle change.
> PyObject_GetBuffer(PyBUF_SIMPLE) is less strict that PyArg_Parse("y#") /
> "buffer" converter of Argument Clinic: getargs.c also checks that the
> buffer is contiguous, extract of getbuffer():

We already made such changes in the past. The difference is subtle and I have 
doubts that choosing any of ways was deliberate.
History
Date User Action Args
2017-02-02 12:37:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, methane, python-dev, martin.panter
2017-02-02 12:37:24serhiy.storchakalinkissue29300 messages
2017-02-02 12:37:24serhiy.storchakacreate