
May 24, 2010
5:33 p.m.
On Mon, May 24, 2010 at 3:25 PM, Gael Varoquaux <gael.varoquaux@normalesup.org> wrote:
Memmapped arrays don't pickle right. I know that to get them to really pickle and restore identically, we would need some effort. However, in the current status, pickling and restoring a memmapped array leads to tracebacks that seem like they could be avoided.
I am attaching a patch with a test that shows the problem, and a fix. Should I create a ticket, or is this light-enough to be applied immediatly?
Cheers,
Gaƫl
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
also check this: http://projects.scipy.org/numpy/ticket/1452 still needs work.