Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_Py_Dealloc

744 PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
760 #define _Py_Dealloc(op) ( \
775 _Py_Dealloc((PyObject *)(op)); \