Re: [pypy-dev] FFT crash in numpy fork

2015-07-22 Thread Oscar Benjamin
On Wed, 22 Jul 2015 at 18:26 Ronan Lamy wrote: > > Well, it's a bug. Please report it at https://bitbucket.org/pypy/numpy > Done: https://bitbucket.org/pypy/numpy/issues/39/fft-crashes-when-given-a-list-of-non -- Oscar ___ pypy-dev mailing list pypy

Re: [pypy-dev] FFT crash in numpy fork

2015-07-22 Thread Ronan Lamy
Le 22/07/15 17:58, Oscar Benjamin a écrit : Hi all, What's the current status of numpy in pypy? Previously the interpreter would suggest to import numpypy which would then provide a subset of numpy. Is the suggestion now to install this fork https://bitbucket.org/pypy/numpy which installs unde

[pypy-dev] FFT crash in numpy fork

2015-07-22 Thread Oscar Benjamin
Hi all, What's the current status of numpy in pypy? Previously the interpreter would suggest to import numpypy which would then provide a subset of numpy. Is the suggestion now to install this fork https://bitbucket.org/pypy/numpy which installs under the ordinary numpy name? I just installe