Searched refs:structseq_dealloc (Results 1 – 1 of 1) sorted by relevance
103 structseq_dealloc(PyStructSequence *obj) in structseq_dealloc() function483 type->tp_dealloc = (destructor)structseq_dealloc; in _PyStructSequence_InitType()581 slots[0] = (PyType_Slot){Py_tp_dealloc, (destructor)structseq_dealloc}; in _PyStructSequence_NewType()