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
收信人 christian.heimes, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
日期 2012-07-20.12:54:23
SpamBayes Score -1.0
Marked as misclassified
Message-id <1342788864.77.0.253898746975.issue12834@psf.upfronthosting.co.za>
In-reply-to
内容
> You could move PyBuffer_ToContiguous() from abstract.c to memoryview.c.

For 3.3 that would be ideal, yes. I asked a while ago on python-dev
whether to backport the memoryview rewrite. The general mood was
against it.

So, for 2.7/3.2 I could add all these functions to abstract.c.
But an additional problem is that the whole test infrastructure of
Lib/test/test_buffer.py and Modules/_testbuffer.c would be missing.
历史
日期 用户 动作 参数
2012-07-20 12:54:24skrah修改recipients: + skrah, ncoghlan, pitrou, vstinner, christian.heimes, meador.inge, python-dev
2012-07-20 12:54:24skrah修改messageid: <1342788864.77.0.253898746975.issue12834@psf.upfronthosting.co.za>
2012-07-20 12:54:24skrah链接issue12834 messages
2012-07-20 12:54:23skrah创建