[Python-Dev] Pickling buffer objects.
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Apr 19 06:39:06 CEST 2005
Travis Oliphant wrote:
>
> I'm proposing to pickle the buffer object so that it unpickles as a
> string.
Wouldn't this mean you're only solving half the problem?
Unpickling a Numeric array this way would still use an
intermediate string.
--
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg.ewing at canterbury.ac.nz +--------------------------------------+
More information about the Python-Dev
mailing list