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 docs@python, pitrou, skrah
Date 2018-03-24.21:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521928399.24.0.467229070634.issue33126@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed PyBuffer_ToContiguous() in 3.3, PyBuffer_FromContiguous() was broken until #23370.

For a start, here's a doc patch for PyBuffer_ToContiguous().

PyBuffer_FromContiguous() does the opposite and loads a contiguous buffer
into a possibly non-contiguous view.

PyObject_CopyData() copies the data from exporter src to the writable exporter dest.

I have never used the last two functions.
History
Date User Action Args
2018-03-24 21:53:19skrahsetrecipients: + skrah, pitrou, docs@python
2018-03-24 21:53:19skrahsetmessageid: <1521928399.24.0.467229070634.issue33126@psf.upfronthosting.co.za>
2018-03-24 21:53:19skrahlinkissue33126 messages
2018-03-24 21:53:19skrahcreate