Binary pickle portability
Olaf Delgado
delgado at Mathematik.Uni-Bielefeld.DE
Fri Jul 9 09:31:54 EDT 1999
More information about the Python-list mailing list
Fri Jul 9 09:31:54 EDT 1999
- Previous message (by thread): Binary pickle portability
- Next message (by thread): Binary pickle portability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 7 Jul 1999, David Ascher wrote: > There is a bug in pickling of NumPy arrays, which I expect will be fixed > in the next release. Binary pickles works across byte-order and byte-size > platforms (when it's bug-free =). Thank you for the information! It's a bit painful to have to convert the arrays back and forth right now, but good to know that it's not my fault. I am not sure I understand what you mean by byte-order and byte-size platforms. What's a counterexample? Olaf
- Previous message (by thread): Binary pickle portability
- Next message (by thread): Binary pickle portability
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list