Mailing List Archive

python/dist/src/Mac/Modules/te _TEmodule.c,1.8,1.9
Update of /cvsroot/python/python/dist/src/Mac/Modules/te
In directory usw-pr-cvs1:/tmp/cvs-serv18737/Python/Mac/Modules/te

Modified Files:
_TEmodule.c
Log Message:
Regenerated.

Index: _TEmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/te/_TEmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** _TEmodule.c 24 Mar 2002 23:02:01 -0000 1.8
--- _TEmodule.c 23 Apr 2002 22:42:57 -0000 1.9
***************
*** 101,105 ****
{
TEDispose(self->ob_itself);
! PyMem_DEL(self);
}

--- 101,105 ----
{
TEDispose(self->ob_itself);
! PyObject_Del(self);
}