Patch by Mark Hammond to support 64-bit ints on MS platforms.
The MS compiler doesn't call it 'long long', it uses __int64, so a new #define, LONG_LONG, has been added and all occurrences of 'long long' are replaced with it.
G
Guido van Rossum committed
3293b07df58a875afaf3fc82c1e499af59bc99e4
Parent: 859b407