[Numpy-discussion] int32 twice in sctypes?

Matthew Brett matthew.brett at gmail.com
Tue Nov 28 17:09:31 EST 2006


Hi,

I was a bit confused by this on 32 bit linux:

In [30]:sctypes['int']
Out[30]:
[<type 'numpy.int8'>,
 <type 'numpy.int16'>,
 <type 'numpy.int32'>,
 <type 'numpy.int64'>,
 <type 'numpy.int32'>]

Is it easy to explain the two entries for int32 here?  I notice there
is only one int32 entry for the same test on my 64 bit system.

Thanks a lot,

Matthew



More information about the NumPy-Discussion mailing list