Home | History | Annotate | Download | only in Include

Lines Matching refs:_Py_ForgetReference

745 PyAPI_FUNC(void) _Py_ForgetReference(PyObject *);
760 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op)