Searched refs:decref (Results 1 – 12 of 12) sorted by relevance
28 inline void decref(T* p) in decref() function
188 Drop superfluous incref/decref.
163 interpreter, like decref an object the other interpreter owns. The existing
30 Fix a possible double decref in _ctypes.c's ``PyCArrayType_new()``.
5609 Fix subtype_dealloc to suppress the type decref when the base type is a C
30 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't
558 during deletion by deferring the decref until the container has been restored8441 - Issue #13021: Missing decref on an error path. Thanks to Suman Saha for10661 - Issue #11110: Fix a potential decref of a NULL in sqlite3.16312 - Issue #3663: Py_None was decref'd when printing SyntaxErrors.
187 - mesa: add glsl_type ref to one_time_init and decref to atexit
161 of weakrefs, but does not decref the callback object. So calling173 After we do that, the callback objects still need to be decref'ed. Callbacks
441 def decref(self, c, ident): member in Server
324 eventually decref'ing it by calling :c:func:`Py_DECREF` or :c:func:`Py_XDECREF`
583 decref'ing the returned objects.