Home
last modified time | relevance | path

Searched refs:Py_DecRef (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/Modules/
D_testcapimodule.c2284 Py_DecRef(offset); in make_timezones_capi()
2285 Py_DecRef(name); in make_timezones_capi()
2308 Py_DecRef(offset); in get_timezones_offset_zero()
2309 Py_DecRef(name); in get_timezones_offset_zero()
3318 Py_DecRef(obj); in test_incref_decref_API()
3319 Py_DecRef(obj); in test_incref_decref_API()
/external/python/cpython3/PC/
Dpython3.def724 Py_DecRef=python37.Py_DecRef
/external/python/cpython2/Include/
Dobject.h865 PyAPI_FUNC(void) Py_DecRef(PyObject *);
/external/python/cpython3/Include/
Dobject.h907 PyAPI_FUNC(void) Py_DecRef(PyObject *);
/external/python/cpython2/PC/os2emx/
Dpython27.def479 "Py_DecRef"
/external/python/cpython3/Objects/
Dobject.c223 Py_DecRef(PyObject *o) in Py_DecRef() function
/external/python/cpython2/Objects/
Dobject.c212 Py_DecRef(PyObject *o) in Py_DecRef() function
/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