[Python-checkins] python/dist/src/Mac/Modules/cg _CGmodule.c,1.5,1.6

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 15:45:35 -0700


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

Modified Files:
	_CGmodule.c 
Log Message:
Regenerated.

Index: _CGmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cg/_CGmodule.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** _CGmodule.c	4 Mar 2002 10:31:32 -0000	1.5
--- _CGmodule.c	23 Apr 2002 22:45:33 -0000	1.6
***************
*** 242,246 ****
  {
  	CGContextRelease(self->ob_itself);
! 	PyMem_DEL(self);
  }
  
--- 242,246 ----
  {
  	CGContextRelease(self->ob_itself);
! 	PyObject_Del(self);
  }