3/8
> Subject: Re: [Numpy-discussion] segfaults when passing ndarray
> subclass to ufunc with out=None
> To: Discussion of Numerical Python
>
>
>
>
> On Sun, Feb 8, 2009 at 12:49 PM, Darren Dale wrote:
>>
>> I am seeing some really strange behavior when I try to p
On Sun, Feb 8, 2009 at 12:49 PM, Darren Dale wrote:
> I am seeing some really strange behavior when I try to pass an ndarray
> subclass and out=None to numpy's ufuncs. This example will reproduce the
> problem with svn numpy, the first print statement yields 1 as expected, the
> second yields ""
I am seeing some really strange behavior when I try to pass an ndarray
subclass and out=None to numpy's ufuncs. This example will reproduce the
problem with svn numpy, the first print statement yields 1 as expected, the
second yields "" and the third yields a
segmentation fault:
import numpy as n