Searched defs:_Py_Dealloc (Results 1 – 3 of 3) sorted by relevance
2373 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
2263 _Py_Dealloc(PyObject *op) in _Py_Dealloc() function
762 #define _Py_Dealloc(op) ( \ macro