% python Python 2.5.1 (r251:54863, May 11 2007, 11:07:19) [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin Type "help", "copyright", "credits" or "license" for more information. from >>> from numarray import * >>> import numarray.fft >>> a = array([1., 0., 1., 0., 1., 0., 1., 0.]) + 10 >>> for i in range(5000): ... b = numarray.fft.fft(a).real ... Fatal Python error: deallocating None Abort trap
I am using Numarray 1.5.2. See also: https://sourceforge.net/tracker/?func=detail&atid=450446&aid=1732413&group_id=1369 Sébastien _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion