pickle vs .pyc
Hrvoje Niksic
hniksic at srce.hr
Wed Jun 2 17:37:09 EDT 1999
Michael Hudson <mwh21 at cam.ac.uk> writes:
> Random aside: something fishy's going on when I try to try to marshal
> *arrays* (as opposed to mere lists):
The documentation for marshal says:
Not all Python object types are supported; in general, only
objects whose value is independent from a particular invocation of
Python can be written and read by this module. The following types
are supported: `None', integers, long integers, floating point
numbers, strings, tuples, lists, dictionaries, and code objects
(...)
More information about the Python-list
mailing list