Searched defs:_Py_ForgetReference (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Objects/
H A Dobject.c1750 _Py_ForgetReference(PyObject *op) function
1785 _Py_ForgetReference(op);
/external/python/cpython2/Objects/
H A Dobject.c2233 _Py_ForgetReference(register PyObject *op) function
2261 _Py_ForgetReference(op);
/external/python/cpython2/Include/
H A Dobject.h745 PyAPI_FUNC(void) _Py_ForgetReference(PyObject *);
760 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op) macro
/external/python/cpython3/Include/
H A Dobject.h757 PyAPI_FUNC(void) _Py_ForgetReference(PyObject *);
772 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op) macro

Completed in 1488 milliseconds