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

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


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

> I just realized that Sebastian posted its 'uname -a' and he has a 64bit
> machine.
> In this case it should work as mine (the 64bit one) does.
> Maybe during the compilation some flags prevented a full 64bit code to be
> compiled?
>  __
>

Ints are still 32 bits on 64 bit machines, but the real question is how
python interprets the hex value. I don't have access at the moment, but
maybe 0x80000000L would behave differently.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090912/9feb6817/attachment.html>


More information about the NumPy-Discussion mailing list