Home
last modified time | relevance | path

Searched refs:_Py_IncRef (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dobject.h488 PyAPI_FUNC(void) _Py_IncRef(PyObject *);
495 _Py_IncRef(op); in Py_INCREF()
/third_party/python/PC/
H A Dpython3dll.c21 EXPORT_FUNC(_Py_IncRef)
/third_party/python/Objects/
H A Dobject.c22 // Prevent recursive call _Py_IncRef() <=> Py_INCREF()
140 _Py_IncRef(PyObject *o) in _Py_IncRef() function

Completed in 6 milliseconds