Message165839
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? |
|
Date |
User |
Action |
Args |
2012-07-19 13:47:05 | skrah | set | recipients:
+ skrah, ncoghlan, pitrou, vstinner, christian.heimes, meador.inge, python-dev |
2012-07-19 13:47:05 | skrah | set | messageid: <1342705625.34.0.87991207724.issue12834@psf.upfronthosting.co.za> |
2012-07-19 13:47:04 | skrah | link | issue12834 messages |
2012-07-19 13:47:04 | skrah | create | |
|