[Python-checkins] python/dist/src/Include listobject.h,2.25,2.26
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Feb 8 06:08:55 EST 2004
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12541
Modified Files:
listobject.h
Log Message:
Revert improvement to list.append() checked in before it was ready.
Index: listobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/listobject.h,v
retrieving revision 2.25
retrieving revision 2.26
diff -C2 -d -r2.25 -r2.26
*** listobject.h 8 Feb 2004 10:49:41 -0000 2.25
--- listobject.h 8 Feb 2004 11:08:52 -0000 2.26
***************
*** 23,27 ****
PyObject_VAR_HEAD
PyObject **ob_item;
- int allocated;
} PyListObject;
--- 23,26 ----
More information about the Python-checkins
mailing list