➜

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-19.13:47:04
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1342705625.34.0.87991207724.issue12834@psf.upfronthosting.co.za>
In-reply-to
内容
In Python 3.3 memoryobject.c is a complete rewrite. Porting the fix
separately would be quite a bit of work.

PyBuffer_ToContiguous(), which causes the problem in 2.7/3.2 and is
still broken in 3.3, could be fixed by using the recursive copy_buffer() 
function from the new memoryobject.c.


I don't know if I can fix it before the 3.3 release. When are the
next 2.7/3.2 releases?
历史
日期 用户 动作 参数
2012-07-19 13:47:05skrah修改recipients: + skrah, ncoghlan, pitrou, vstinner, christian.heimes, meador.inge, python-dev
2012-07-19 13:47:05skrah修改messageid: <1342705625.34.0.87991207724.issue12834@psf.upfronthosting.co.za>
2012-07-19 13:47:04skrah链接issue12834 messages
2012-07-19 13:47:04skrah创建