[Python-checkins] CVS: python/dist/src/Modules xxmodule.c,2.23,2.24

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 15 Oct 2001 14:24:14 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv12693

Modified Files:
	xxmodule.c 
Log Message:
Remove a couple of tp_xxx fields that you are not expected to
initialize (or use or even know about :-).


Index: xxmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/xxmodule.c,v
retrieving revision 2.23
retrieving revision 2.24
diff -C2 -d -r2.23 -r2.24
*** xxmodule.c	2001/10/09 10:46:58	2.23
--- xxmodule.c	2001/10/15 21:24:12	2.24
***************
*** 139,147 ****
          0,                      /*tp_free*/
          0,                      /*tp_is_gc*/
-         0,                      /*tp_bases*/
-         0,                      /*tp_mro*/
-         0,                      /*tp_defined*/
-         0,                      /*tp_subclasses*/
-         0,                      /*tp_weaklist*/
  };
  /* --------------------------------------------------------------------- */
--- 139,142 ----