[issue2389] Array pickling exposes internal memory representation of elements

Alexandre Vassalotti report at bugs.python.org
Thu Aug 14 08:21:53 CEST 2008


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

I'm all in for a standardized representation of array's pickles (with
width and endianness preserved). However to happen, we will either need
to change array's constructor to support at least the byte-order
specification (like struct) or add built-in support for array in the
pickle module (which could be done without modifying the pickle protocol).

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2389>
_______________________________________


More information about the Python-bugs-list mailing list