[Numpy-discussion] Numpy large array bug

Charles R Harris charlesr.harris at gmail.com
Mon Sep 21 18:59:37 EDT 2009


Hi, Luca,

On Mon, Sep 21, 2009 at 4:52 PM, Citi, Luca <lciti at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090921/36da88ea/attachment.html>


More information about the NumPy-Discussion mailing list