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.

作者 ncoghlan
收信人 benjamin.peterson, christian.heimes, georg.brandl, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
日期 2012-07-30.00:38:22
SpamBayes Score -1.0
Marked as misclassified
Message-id <1343608704.26.0.651453151961.issue12834@psf.upfronthosting.co.za>
In-reply-to
内容
I suspect the need to preserve the C ABI would make a complete backport a challenge. I'm still tempted though, mainly to give third parties a robust core implementation of the buffer API to test against.

This is especially so with Python 2.7 still having a couple of years of full maintenance left - that's a long time to leave it with a known broken memoryview implementation. I'm less worried about 3.2, since the upgrade path to 3.3 is easier in that case, but even that version is likely to see widespread use for a long time.
历史
日期 用户 动作 参数
2012-07-30 00:38:24ncoghlan修改recipients: + ncoghlan, georg.brandl, pitrou, vstinner, christian.heimes, benjamin.peterson, skrah, meador.inge, python-dev
2012-07-30 00:38:24ncoghlan修改messageid: <1343608704.26.0.651453151961.issue12834@psf.upfronthosting.co.za>
2012-07-30 00:38:23ncoghlan链接issue12834 messages
2012-07-30 00:38:23ncoghlan创建