Message5954
Implementing the buffer protocol for strings, arrays, and buffers would seem to be reasonable for Jython, and necessary for implementing the memoryview type for 2.6. However, it's rarely used and the workaround of
buffer = str
although inefficient and not quite right, is often just what's needed.
Deferring to 2.6. |
|
Date |
User |
Action |
Args |
2010-08-14 05:27:54 | zyasoft | set | messageid: <1281763674.85.0.892986652498.issue1521@psf.upfronthosting.co.za> |
2010-08-14 05:27:54 | zyasoft | set | recipients:
+ zyasoft, pjac |
2010-08-14 05:27:54 | zyasoft | link | issue1521 messages |
2010-08-14 05:27:53 | zyasoft | create | |
|