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 christian.heimes, meador.inge, ncoghlan, pitrou, python-dev, skrah, vstinner
Date 2012-07-19.13:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342705625.34.0.87991207724.issue12834@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-07-19 13:47:05skrahsetrecipients: + skrah, ncoghlan, pitrou, vstinner, christian.heimes, meador.inge, python-dev
2012-07-19 13:47:05skrahsetmessageid: <1342705625.34.0.87991207724.issue12834@psf.upfronthosting.co.za>
2012-07-19 13:47:04skrahlinkissue12834 messages
2012-07-19 13:47:04skrahcreate