Robert LaMarca wrote:
> Hi,
>
> I am using numpy and wish to create very large arrays. My system is AMD 64
> x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap
> drive.
Does a full 64-bit version of CPython, one where all pointers
and sizes are 64 bits, even exist?
John Nagle