Re: [Numpy-discussion] segfaults when passing ndarray subclass to ufunc with out=None

2009-08-30 Thread Darren Dale
Hi Stefan, I think Chuck applied the patch after I filed a ticket at the trac website. http://projects.scipy.org/numpy/ticket/1022 . I just tried running the script I posted with the most recent checkout and numpy raised an error instead of segfaulting, so I think this issue is clear. Thank you fo

Re: [Numpy-discussion] masked arrays of structured arrays

2009-08-30 Thread Pierre GM
Oops, overlooked this one ... On Aug 22, 2009, at 7:58 AM, Ernest Adrogué wrote: > Hi there, > > Here is a structured array with 3 fields each of which has 3 fields > in turn: > > However if try the same with a masked array, it fails: > > In [14]: x = np.ma.masked_all(2, dtype=desc) > > In [15]: