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

Guido van Rossum guido@cnri.reston.va.us
Wed, 9 Jun 1999 11:19:35 -0400 (EDT)


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

Modified Files:
	listobject.c 
Log Message:
When deallocating a list, DECREF the items from the end back to the start.