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, pitrou, serhiy.storchaka
Date 2014-11-25.07:50:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416901836.93.0.220833740114.issue22896@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which replaces deprecated functions with PyObject_GetBuffer() and like. It also introduce _PyBuffer_Converter for using in PyArgs_Parse* and clinic converter simple_buffer_converter which unlike to Py_buffer_converter ("y*") does not not force C contiguousity (is it correct?).
History
Date User Action Args
2014-11-25 07:50:37serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, larry
2014-11-25 07:50:36serhiy.storchakasetmessageid: <1416901836.93.0.220833740114.issue22896@psf.upfronthosting.co.za>
2014-11-25 07:50:36serhiy.storchakalinkissue22896 messages
2014-11-25 07:50:36serhiy.storchakacreate