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 benjamin.peterson, christian.heimes, georg.brandl, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
Date 2012-07-29.08:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343552358.66.0.299089763669.issue12834@psf.upfronthosting.co.za>
In-reply-to
Content
Christian's posts and my initial report were about memoryview.tobytes(). It's
good that you changed the title: memoryview.tobytes() is more meaningful than
the slightly obscure PyBuffer_ToContiguous().


BTW, I'm sure that PyBuffer_FromContiguous() and PyObject_CopyData() have the
same problem, but they aren't used in the Python source tree and they are
undocumented.
History
Date User Action Args
2012-07-29 08:59:18skrahsetrecipients: + skrah, georg.brandl, ncoghlan, pitrou, vstinner, christian.heimes, benjamin.peterson, meador.inge, python-dev
2012-07-29 08:59:18skrahsetmessageid: <1343552358.66.0.299089763669.issue12834@psf.upfronthosting.co.za>
2012-07-29 08:59:17skrahlinkissue12834 messages
2012-07-29 08:59:17skrahcreate