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