On Mon, May 24, 2010 at 3:37 PM, Gael Varoquaux
wrote:
> On Mon, May 24, 2010 at 03:33:09PM -0700, Brent Pedersen wrote:
>> On Mon, May 24, 2010 at 3:25 PM, Gael Varoquaux
>> wrote:
>> > Memmapped arrays don't pickle right. I know that to get them to
>> > really pickle and restore identically, we
On Mon, May 24, 2010 at 03:33:09PM -0700, Brent Pedersen wrote:
> On Mon, May 24, 2010 at 3:25 PM, Gael Varoquaux
> 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, p
On Mon, May 24, 2010 at 3:25 PM, Gael Varoquaux
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 li
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 th