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 Arfrever, belopolsky, larry, pitrou, serhiy.storchaka
Date 2014-12-19.17:02:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419008583.2.0.850577144395.issue22896@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch addresses Antoine's comments.

I still hesitate about C-contiguousity. Looks as all buffers created in the stdlib are C-contiguous, so we can't test non-contiguous buffers. Shouldn't PyObject_AsCharBuffer (or even PyObject_AsReadBuffer and_PyBuffer_Converter) accept only C-contiguous buffers? Who are buffer protocol experts?
History
Date User Action Args
2014-12-19 17:03:05serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, pitrou, larry, Arfrever
2014-12-19 17:03:03serhiy.storchakasetmessageid: <1419008583.2.0.850577144395.issue22896@psf.upfronthosting.co.za>
2014-12-19 17:03:03serhiy.storchakalinkissue22896 messages
2014-12-19 17:03:03serhiy.storchakacreate