[Numpy-discussion] 64-bit Fedora 9 a=numpy.zeros(0x80000000, dtype='b1')

Charles R Harris charlesr.harris at gmail.com
Sat Sep 12 11:28:03 EDT 2009


On Sat, Sep 12, 2009 at 9:47 AM, Citi, Luca <lciti at essex.ac.uk> wrote:

> Python shouldn't be the problem here.
> Even on a 32bit machine
> >>> a = 0x80000000
> 2147483648L
> >>> a=np.zeros(a, dtype=bool)
> ValueError: negative dimensions are not allowed
>  _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090912/f8753ca8/attachment.html>


More information about the NumPy-Discussion mailing list