Mailing List Archive

python/dist/src/Mac/Modules/ae _AEmodule.c,1.10,1.11
Update of /cvsroot/python/python/dist/src/Mac/Modules/ae
In directory usw-pr-cvs1:/tmp/cvs-serv19954/Python/Mac/Modules/ae

Modified Files:
_AEmodule.c
Log Message:
Regenerated.

Index: _AEmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ae/_AEmodule.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** _AEmodule.c 24 Mar 2002 23:04:18 -0000 1.10
--- _AEmodule.c 23 Apr 2002 22:46:01 -0000 1.11
***************
*** 90,94 ****
{
AEDisposeDesc(&self->ob_itself);
! PyMem_DEL(self);
}

--- 90,94 ----
{
AEDisposeDesc(&self->ob_itself);
! PyObject_Del(self);
}