Re: [Numpy-discussion] Nasty bug with recarray and cPickle

2008-11-07 Thread James Philbin
> I also get the same on my 64-bit linux Fedora rawhide with > ... Thanks, I've submitted this as ticket #952. James ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Nasty bug with recarray and cPickle

2008-11-07 Thread Bruce Southey
James Philbin wrote: > Anyone? > > James > > On Thu, Nov 6, 2008 at 2:53 PM, James Philbin <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I might be doing something stupid so I thought i'd check here before >> filing a bug report. >> Firstly: >> In [8]: np.__version__ >> Out[8]: '1.3.0.dev5883' >> >>

Re: [Numpy-discussion] Nasty bug with recarray and cPickle

2008-11-07 Thread James Philbin
Anyone? James On Thu, Nov 6, 2008 at 2:53 PM, James Philbin <[EMAIL PROTECTED]> wrote: > Hi, > > I might be doing something stupid so I thought i'd check here before > filing a bug report. > Firstly: > In [8]: np.__version__ > Out[8]: '1.3.0.dev5883' > > Basically, pickling an element from a reca

[Numpy-discussion] Nasty bug with recarray and cPickle

2008-11-06 Thread James Philbin
Hi, I might be doing something stupid so I thought i'd check here before filing a bug report. Firstly: In [8]: np.__version__ Out[8]: '1.3.0.dev5883' Basically, pickling an element from a recarray seems to break silently: In [1]: import numpy as np In [2]: dtype = [('r','f4'),('g','f4'),('b','f4