> Try
>
> In [3]: numpy.dtype(numpy.uintp).itemsize
> Out[3]: 4
>
> which is the size in bytes of the integer needed to hold a pointer. The
> output above is for 32 bit python/numpy.
>
> Chuck
>

Check, the answer is 4, as you got for the 32-bit.   What would the answer
be on a 64-bit architecture?  Why is this diagnostic?

Thanks!
Dan
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to