[Python-checkins] CVS: python/dist/src/Objects dictobject.c,2.77,2.78

Guido van Rossum gvanrossum@users.sourceforge.net
2001年4月20日 09:52:08 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv8681
Modified Files:
	dictobject.c 
Log Message:
Oops. Removed dictiter_new decl that wasn't supposed to go in yet.
Index: dictobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/dictobject.c,v
retrieving revision 2.77
retrieving revision 2.78
diff -C2 -r2.77 -r2.78
*** dictobject.c	2001年04月20日 16:50:40	2.77
--- dictobject.c	2001年04月20日 16:52:06	2.78
***************
*** 1311,1316 ****
 }
 
- staticforward PyObject *dictiter_new(dictobject *);
- 
 /* Hack to implement "key in dict" */
 static PySequenceMethods dict_as_sequence = {
--- 1311,1314 ----

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