[Python-checkins] python/dist/src/Objects listobject.c,2.173,2.174
aimacintyre at users.sourceforge.net
aimacintyre at users.sourceforge.net
Sun Dec 28 02:42:34 EST 2003
Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1:/tmp/cvs-serv3586
Modified Files:
listobject.c
Log Message:
complete backout of listobject.c v2.171
Index: listobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/listobject.c,v
retrieving revision 2.173
retrieving revision 2.174
diff -C2 -d -r2.173 -r2.174
*** listobject.c 26 Dec 2003 19:05:04 -0000 2.173
--- listobject.c 28 Dec 2003 07:42:31 -0000 2.174
***************
*** 2243,2250 ****
int i;
- /* if source is destination, we're done. */
- if (v == (PyObject *)result)
- return 0;
-
n = result->ob_size;
--- 2243,2246 ----
More information about the Python-checkins
mailing list