On Tue, Apr 13, 2010 at 8:52 PM, Brent Pedersen <[email protected]> wrote: > hi, i posted a patch to allow pickling of np.memmap objects. > http://projects.scipy.org/numpy/ticket/1452 > > currently, it always returns 'r' for the mode. > is that the best thing to do there? > any other changes? > -brent >
and i guess it should (but does not with that patch) correctly handle: >>> a = np.memmap(...) >>> b = a[2:] >>> cPickle.dumps(b) _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
