Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c1750 _Py_ForgetReference(PyObject *op) in _Py_ForgetReference() function
/external/python/cpython2/Objects/
Dobject.c2233 _Py_ForgetReference(register PyObject *op) in _Py_ForgetReference() function
/external/python/cpython2/Include/
Dobject.h760 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op) macro
/external/python/cpython3/Include/
Dobject.h772 #define _Py_ForgetReference(op) _Py_INC_TPFREES(op) macro