Why is Python 2.7 in 32 bit mode?

hash(X) is 32 bit

a=array.array("L")
a.append(1)
len(a.tostring()) == 4

Python 2.5 was in 64 bit mode.

This makes my migration much harder :(

Is there a plan to support Python 2.7 in 64bit mode?

Cheers,
-Andrin

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to