[Python-checkins] python/dist/src/Python pythonrun.c,2.208,2.209

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Oct 7 05:58:10 CEST 2004


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2208/Python

Modified Files:
	pythonrun.c 
Log Message:
Finalize the freelist of list objects.

Index: pythonrun.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/pythonrun.c,v
retrieving revision 2.208
retrieving revision 2.209
diff -u -d -r2.208 -r2.209
--- pythonrun.c	19 Aug 2004 11:31:58 -0000	2.208
+++ pythonrun.c	7 Oct 2004 03:58:07 -0000	2.209
@@ -416,6 +416,7 @@
 	PyFrame_Fini();
 	PyCFunction_Fini();
 	PyTuple_Fini();
+	PyList_Fini();
 	PyString_Fini();
 	PyInt_Fini();
 	PyFloat_Fini();



More information about the Python-checkins mailing list