[Python-checkins] python/dist/src/Objects typeobject.c,2.220.2.1,2.220.2.2

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
2003年3月25日 13:19:11 -0800


Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1:/tmp/cvs-serv29431
Modified Files:
 Tag: cache-attr-branch
	typeobject.c 
Log Message:
Ouch. I'd deleted the wrong line in type_set_bases. :-(
Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.220.2.1
retrieving revision 2.220.2.2
diff -C2 -d -r2.220.2.1 -r2.220.2.2
*** typeobject.c	25 Mar 2003 20:15:21 -0000	2.220.2.1
--- typeobject.c	25 Mar 2003 21:19:02 -0000	2.220.2.2
***************
*** 247,250 ****
--- 247,251 ----
 		goto bail;
 
+ 	temp = PyList_New(0);
 	if (!temp)
 		goto bail;

AltStyle によって変換されたページ (->オリジナル) /