[Python-checkins] python/dist/src/Objects tupleobject.c,2.63,2.64

nascheme@sourceforge.net nascheme@sourceforge.net
2002年4月11日 20:05:54 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv18455/Objects
Modified Files:
	tupleobject.c 
Log Message:
PyObject_GC_Del can now be used as a function designator.
Index: tupleobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/tupleobject.c,v
retrieving revision 2.63
retrieving revision 2.64
diff -C2 -d -r2.63 -r2.64
*** tupleobject.c	28 Mar 2002 20:34:59 -0000	2.63
--- tupleobject.c	12 Apr 2002 03:05:52 -0000	2.64
***************
*** 583,587 ****
 	0,					/* tp_alloc */
 	tuple_new,				/* tp_new */
! 	_PyObject_GC_Del,			/* tp_free */
 };
 
--- 583,587 ----
 	0,					/* tp_alloc */
 	tuple_new,				/* tp_new */
! 	PyObject_GC_Del, 		/* tp_free */
 };
 

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