On Thu, Mar 18, 2010 at 08:33, Martin Raspaud wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello,
>
> I work on a 64bit machine with 64bits enable fedora on it.
>
> I just discovered that numpy.int on the python part are 64bits ints, while
> npy_int in the C api are 32bits ints.
N
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dag Sverre Seljebotn skrev:
> Martin Raspaud wrote:
> Hello,
>
> I work on a 64bit machine with 64bits enable fedora on it.
>
> I just discovered that numpy.int on the python part are 64bits ints, while
> npy_int in the C api are 32bits ints.
>
>
Martin Raspaud wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello,
>
> I work on a 64bit machine with 64bits enable fedora on it.
>
> I just discovered that numpy.int on the python part are 64bits ints, while
> npy_int in the C api are 32bits ints.
>
np.intc
Dag Sverre
> I can
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
I work on a 64bit machine with 64bits enable fedora on it.
I just discovered that numpy.int on the python part are 64bits ints, while
npy_int in the C api are 32bits ints.
I can live with it, but it seems to be different on 32bit machines, he