Home | History | Annotate | Download | only in Include

Lines Matching refs:_Py_Dealloc

746 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
762 #define _Py_Dealloc(op) ( \
777 _Py_Dealloc((PyObject *)(op)); \