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.

作者 skrah
收信人 benjamin.peterson, christian.heimes, georg.brandl, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
日期 2012-07-29.08:59:17
SpamBayes Score -1.0
Marked as misclassified
Message-id <1343552358.66.0.299089763669.issue12834@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-07-29 08:59:18skrah修改recipients: + skrah, georg.brandl, ncoghlan, pitrou, vstinner, christian.heimes, benjamin.peterson, meador.inge, python-dev
2012-07-29 08:59:18skrah修改messageid: <1343552358.66.0.299089763669.issue12834@psf.upfronthosting.co.za>
2012-07-29 08:59:17skrah链接issue12834 messages
2012-07-29 08:59:17skrah创建