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

Lines Matching refs:_Py_ForgetReference

743 PyAPI_FUNC(void) _Py_ForgetReference(PyObject *);
758 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op)