Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Drefcount.hpp28 inline void decref(T* p) in decref() function
/third_party/python/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
/third_party/python/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.
/third_party/mesa3d/docs/relnotes/
D19.1.4.rst187 - mesa: add glsl_type ref to one_time_init and decref to atexit
/third_party/python/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
/third_party/python/Lib/multiprocessing/
Dmanagers.py441 def decref(self, c, ident): member in Server
/third_party/python/Doc/c-api/
Dintro.rst324 eventually decref'ing it by calling :c:func:`Py_DECREF` or :c:func:`Py_XDECREF`
Dunicode.rst583 decref'ing the returned objects.