Lines Matching refs:tp_dealloc
354 (destructor)PyObject_Del, /* tp_dealloc */
5091 Py_TYPE(op)->tp_dealloc(op);
6837 test_structmembers_free, /* destructor tp_dealloc */
6940 matmulType_dealloc, /* destructor tp_dealloc */
7054 (destructor)awaitObject_dealloc, /* destructor tp_dealloc */
7099 0, /* tp_dealloc */
7172 PyList_Type.tp_dealloc((PyObject *)op);
7180 (destructor)MyList_dealloc, /* tp_dealloc */
7247 .tp_dealloc = (destructor)generic_alias_dealloc,
7982 .tp_dealloc = (destructor)ContainerNoGC_dealloc,