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
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]: