MaxInt on Vista-64bit?

googler.1.webmaster at spamgourmet.com googler.1.webmaster at spamgourmet.com
Sat Jan 24 14:57:45 EST 2009


Hi!

I downloaded Python64 for Windows Vista64 but the value returned from
sys.maxint is just a 32bit integer. I found out, thats by design,
Microsoft decided to make the long value 32bit. What can I do to
compile python 2.6 with maxint of 64bit integers?

Can I replace the int values to a int64 value?


Thanks a lot!



More information about the Python-list mailing list