Home
last modified time | relevance | path

Searched refs:Py_IncRef (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Doc/c-api/
Drefcounting.rst67 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
/external/python/cpython3/Doc/c-api/
Drefcounting.rst66 ``Py_IncRef(PyObject *o)``, ``Py_DecRef(PyObject *o)``. They are
/external/python/cpython3/PC/
Dpython3.def747 Py_IncRef=python37.Py_IncRef
/external/python/cpython2/Include/
Dobject.h864 PyAPI_FUNC(void) Py_IncRef(PyObject *);
/external/python/cpython3/Include/
Dobject.h906 PyAPI_FUNC(void) Py_IncRef(PyObject *);
/external/python/cpython2/PC/os2emx/
Dpython27.def478 "Py_IncRef"
/external/python/cpython3/Objects/
Dobject.c217 Py_IncRef(PyObject *o) in Py_IncRef() function
/external/python/cpython2/Objects/
Dobject.c206 Py_IncRef(PyObject *o) in Py_IncRef() function
/external/python/cpython3/Modules/
D_testcapimodule.c3317 Py_IncRef(obj); in test_incref_decref_API()
/external/python/cpython2/Misc/
DHISTORY3605 - New public functions Py_IncRef() and Py_DecRef(), exposing the
/external/python/cpython3/Misc/
DHISTORY20989 - New public functions Py_IncRef() and Py_DecRef(), exposing the