0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
Guido van Rossum 3293b07df5 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.
1998-08-25 16:07:15 +00:00
..
abstract.c
classobject.c
cobject.c
complexobject.c
dictobject.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c
listobject.c
longobject.c Patch by Mark Hammond to support 64-bit ints on MS platforms. 1998-08-25 16:07:15 +00:00
Makefile.in
methodobject.c
moduleobject.c
object.c
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c