Hi, Luca,

On Mon, Sep 21, 2009 at 4:52 PM, Citi, Luca <lc...@essex.ac.uk> wrote:

> I think the original bug is due to
> line 535 of numpy/core/src/multiarray/ctors.c (svn)
> that should be:
>    intp numcopies, nbytes;
> instead of:
>    int numcopies, nbytes;
>
> To resume:
> in line 535 of numpy/core/src/multiarray/ctors.c
> and
> in line 209 of numpy/core/src/multiarray/item_selection.c
> int should be replaced with intp.


Please open a ticket for this.

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to