mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Regenerated.
This commit is contained in:
parent
f16951cffe
commit
033b79c483
20 changed files with 47 additions and 47 deletions
|
|
@ -84,7 +84,7 @@ int DragObj_Convert(PyObject *v, DragRef *p_itself)
|
|||
static void DragObj_dealloc(DragObjObject *self)
|
||||
{
|
||||
Py_XDECREF(self->sendproc);
|
||||
PyMem_DEL(self);
|
||||
PyObject_Del(self);
|
||||
}
|
||||
|
||||
static PyObject *DragObj_DisposeDrag(DragObjObject *_self, PyObject *_args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue