Home
last modified time | relevance | path

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

/external/python/cpython3/Misc/NEWS.d/
D3.5.0b3.rst188 Drop superfluous incref/decref.
D3.8.0a2.rst163 interpreter, like decref an object the other interpreter owns. The existing
D3.8.0a3.rst30 Fix a possible double decref in _ctypes.c's ``PyCArrayType_new()``.
D3.9.0a1.rst5609 Fix subtype_dealloc to suppress the type decref when the base type is a C
/external/mesa3d/docs/relnotes/
D19.1.4.rst187 - mesa: add glsl_type ref to one_time_init and decref to atexit
/external/python/cpython3/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/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/cpython3/Misc/
DSpecialBuilds.txt30 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't
DHISTORY558 during deletion by deferring the decref until the container has been restored
8441 - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
10661 - Issue #11110: Fix a potential decref of a NULL in sqlite3.
16312 - Issue #3663: Py_None was decref'd when printing SyntaxErrors.
/external/python/cpython2/Misc/
DSpecialBuilds.txt28 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't
/external/python/cpython2/Misc/NEWS.d/
D2.7.10rc1.rst113 badness during deletion by deferring the decref until the container has been
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py432 def decref(self, c, ident): member in Server
/external/python/cpython3/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.
/external/python/cpython3/Doc/c-api/
Dintro.rst324 eventually decref'ing it by calling :c:func:`Py_DECREF` or :c:func:`Py_XDECREF`
Dunicode.rst584 decref'ing the returned objects.
/external/libevent/
DChangeLog413 o expose bufferevent_incref/decref (with fewer modifications) (1ed6718 Mark Ellzey)