[Python-checkins] python/dist/src/Doc/ext typestruct.h,1.2,1.3

fdrake@sourceforge.net fdrake@sourceforge.net
Fri, 12 Apr 2002 12:49:17 -0700


Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv3958/ext

Modified Files:
	typestruct.h 
Log Message:
Update the type of the tp_free slot.

Index: typestruct.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/typestruct.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** typestruct.h	29 Mar 2002 22:46:04 -0000	1.2
--- typestruct.h	12 Apr 2002 19:49:13 -0000	1.3
***************
*** 66,70 ****
      allocfunc tp_alloc;
      newfunc tp_new;
!     destructor tp_free; /* Low-level free-memory routine */
      inquiry tp_is_gc; /* For PyObject_IS_GC */
      PyObject *tp_bases;
--- 66,70 ----
      allocfunc tp_alloc;
      newfunc tp_new;
!     freefunc tp_free; /* Low-level free-memory routine */
      inquiry tp_is_gc; /* For PyObject_IS_GC */
      PyObject *tp_bases;