[Python-checkins] python/dist/src/Include listobject.h,2.24,2.25
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Sun Feb 8 05:49:44 EST 2004
Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8935/Include
Modified Files:
listobject.h
Log Message:
Let reversed() work with itself.
Index: listobject.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/listobject.h,v
retrieving revision 2.24
retrieving revision 2.25
diff -C2 -d -r2.24 -r2.25
*** listobject.h 12 Aug 2002 07:21:57 -0000 2.24
--- listobject.h 8 Feb 2004 10:49:41 -0000 2.25
***************
*** 23,26 ****
--- 23,27 ----
PyObject_VAR_HEAD
PyObject **ob_item;
+ int allocated;
} PyListObject;
More information about the Python-checkins
mailing list