python -c "print __import__('sys').maxint" 32bit shows: 2147483647 64bit shows: 9223372036854775807 ;-)