Mailing List Archive

python/dist/src/Mac/Modules/res _Resmodule.c,1.11,1.12
Update of /cvsroot/python/python/dist/src/Mac/Modules/res
In directory usw-pr-cvs1:/tmp/cvs-serv18906/Python/Mac/Modules/res

Modified Files:
_Resmodule.c
Log Message:
Regenerated.

Index: _Resmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/res/_Resmodule.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** _Resmodule.c 22 Mar 2002 14:16:39 -0000 1.11
--- _Resmodule.c 23 Apr 2002 22:43:14 -0000 1.12
***************
*** 99,103 ****
}
self->ob_itself = NULL;
! PyMem_DEL(self);
}

--- 99,103 ----
}
self->ob_itself = NULL;
! PyObject_Del(self);
}