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

2009-08-30 Thread Darren Dale
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

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

2009-03-08 Thread Darren Dale
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 ""

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

2009-02-08 Thread Darren Dale
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