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 pitrou
Recipients docs@python, pitrou, skrah
Date 2018-03-24.22:37:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521931074.98.0.467229070634.issue33126@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.  The PyBuffer_ToContiguous() API is weird: why pass `len` if it cannot be anything other than `src->len`?
Also, it would be nice to explain whether the actual buffer data is copied around (with a memory allocation?) or if it's just the Py_buffer struct.
History
Date User Action Args
2018-03-24 22:37:55pitrousetrecipients: + pitrou, skrah, docs@python
2018-03-24 22:37:54pitrousetmessageid: <1521931074.98.0.467229070634.issue33126@psf.upfronthosting.co.za>
2018-03-24 22:37:54pitroulinkissue33126 messages
2018-03-24 22:37:54pitroucreate