[Python-Dev] Integer behaviour in Python 2.6.4

Sturla Molden sturla at molden.no
Mon Nov 2 04:22:52 CET 2009


Why does this happen?

 >>> type(2**31-1)
<type 'long'>

It seems to have broken NumPy's RNG on Win32.








More information about the Python-Dev mailing list