[Python-checkins] CVS: python/dist/src/Objects listobject.c

Guido van Rossum guido@cnri.reston.va.us
Thu, 14 Jan 1999 14:01:55 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Objects
In directory eric:/projects/python/develop/guido/src/Objects

Modified Files:
	listobject.c 
Log Message:
Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit
ints.  (In theory, other variables should be widened to long as well,
but this won't ever be needed, since the len of a list is still an
int.)