[Python-checkins] python/dist/src/Mac/Modules/drag _Dragmodule.c,1.8,1.9

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 15:44:57 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/drag
In directory usw-pr-cvs1:/tmp/cvs-serv19554/Python/Mac/Modules/drag

Modified Files:
	_Dragmodule.c 
Log Message:
Regenerated.

Index: _Dragmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/drag/_Dragmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** _Dragmodule.c	24 Mar 2002 23:03:41 -0000	1.8
--- _Dragmodule.c	23 Apr 2002 22:44:55 -0000	1.9
***************
*** 85,89 ****
  {
  	Py_XDECREF(self->sendproc);
! 	PyMem_DEL(self);
  }
  
--- 85,89 ----
  {
  	Py_XDECREF(self->sendproc);
! 	PyObject_Del(self);
  }