Lines Matching refs:tp_free
94 Py_TYPE(self)->tp_free((PyObject *)self); in BaseException_dealloc()
540 Py_TYPE(self)->tp_free((PyObject *)self); in StopIteration_dealloc()
607 Py_TYPE(self)->tp_free((PyObject *)self); in SystemExit_dealloc()
689 Py_TYPE(self)->tp_free((PyObject *)self); in ImportError_dealloc()
1092 Py_TYPE(self)->tp_free((PyObject *)self); in OSError_dealloc()
1369 Py_TYPE(self)->tp_free((PyObject *)self); in NameError_dealloc()
1448 Py_TYPE(self)->tp_free((PyObject *)self); in AttributeError_dealloc()
1543 Py_TYPE(self)->tp_free((PyObject *)self); in SyntaxError_dealloc()
1993 Py_TYPE(self)->tp_free((PyObject *)self); in UnicodeError_dealloc()
2447 Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc()
2455 Py_TYPE(self)->tp_free((PyObject *)self); in MemoryError_dealloc()
2490 Py_TYPE(self)->tp_free((PyObject *)self); in free_preallocated_memerrors()