mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Regenerated.
This commit is contained in:
parent
f16951cffe
commit
033b79c483
20 changed files with 47 additions and 47 deletions
|
@ -89,7 +89,7 @@ int AEDesc_Convert(PyObject *v, AEDesc *p_itself)
|
|||
static void AEDesc_dealloc(AEDescObject *self)
|
||||
{
|
||||
AEDisposeDesc(&self->ob_itself);
|
||||
PyMem_DEL(self);
|
||||
PyObject_Del(self);
|
||||
}
|
||||
|
||||
static PyObject *AEDesc_AECoerceDesc(AEDescObject *_self, PyObject *_args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue