mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Regenerated.
This commit is contained in:
parent
f16951cffe
commit
033b79c483
20 changed files with 47 additions and 47 deletions
|
@ -120,7 +120,7 @@ static void WinObj_dealloc(WindowObject *self)
|
|||
}
|
||||
self->ob_itself = NULL;
|
||||
self->ob_freeit = NULL;
|
||||
PyMem_DEL(self);
|
||||
PyObject_Del(self);
|
||||
}
|
||||
|
||||
static PyObject *WinObj_GetWindowOwnerCount(WindowObject *_self, PyObject *_args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue