[Numpy-discussion] So...

Pauli Virtanen pav at iki.fi
Fri Mar 25 08:50:57 EDT 2011


Fri, 25 Mar 2011 13:40:54 +0100, Sturla Molden wrote:
> Den 25.03.2011 13:33, skrev Pauli Virtanen:
>> That npy_intp will not be redefined as ssize_t does not mean that the
>> type of array indices could not be changed.
> 
> By the way, what is the resonable array index for AMD64, where 32-bit is
> the native offset size but size_t is 64 bit?

Well, whatever the address space is. Since 64-bit programs on amd64 have 
in principle 64 bits of address space, size_t should be OK.

	Pauli




More information about the NumPy-Discussion mailing list