[Numpy-discussion] PyObject arrays, pickling, tofile

Travis Oliphant oliphant.travis at ieee.org
Wed Jul 5 23:17:00 EDT 2006


Tom Denniston wrote:
> It seems from my cursory look that numpy doesn't support the pickling
> or the tofile of PyObject arrays. 
Yes, you can pickle PyObject arrays, that is supposed to work.  What is 
not working? 

You can't use tofile on PyObject arrays, because I didn't have clear 
idea what to do.  Use Pickle for PyObject arrays.

-Travis





More information about the NumPy-Discussion mailing list