[Numpy-discussion] A memory problem: why does mmap come up in numpy.inner?

Dan Yamins dyamins at gmail.com
Wed Jun 4 22:50:25 EDT 2008


> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080604/60e073a4/attachment.html>


More information about the NumPy-Discussion mailing list