Searched refs:decref (Results 1 – 18 of 18) sorted by relevance
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
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
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.
28 Py_REF_DEBUG also checks after every decref to verify that the refcount hasn't
113 badness during deletion by deferring the decref until the container has been
432 def decref(self, c, ident): member in Server
183 eventually decref'ing it by calling :c:func:`Py_DECREF` or :c:func:`Py_XDECREF`
362 decref'ing the returned objects.
324 eventually decref'ing it by calling :c:func:`Py_DECREF` or :c:func:`Py_XDECREF`
584 decref'ing the returned objects.
413 o expose bufferevent_incref/decref (with fewer modifications) (1ed6718 Mark Ellzey)