Home
last modified time | relevance | path

Searched refs:decref (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
Dgc_weakref.txt161 of weakrefs, but does not decref the callback object. So calling
173 After we do that, the callback objects still need to be decref'ed. Callbacks
/external/python/cpython2/Misc/
DSpecialBuilds.txt28 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't
DNEWS1221 during deletion by deferring the decref until the container has been restored
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py432 def decref(self, c, ident): member in Server
/external/python/cpython2/Doc/c-api/
Dintro.rst183 eventually decref'ing it by calling :c:func:`Py_DECREF` or :c:func:`Py_XDECREF`
Dunicode.rst362 decref'ing the returned objects.