Searched refs:refcnt (Results 1 – 8 of 8) sorted by relevance
189 Py_ssize_t refcnt = self->ob_refcnt; in gen_del() local191 self->ob_refcnt = refcnt; in gen_del()
685 Py_ssize_t refcnt = inst->ob_refcnt; in instance_dealloc() local690 inst->ob_refcnt = refcnt; in instance_dealloc()
5797 Py_ssize_t refcnt = self->ob_refcnt; local5799 self->ob_refcnt = refcnt;
186 Py_ssize_t refcnt = self->ob_refcnt; in gen_del() local188 self->ob_refcnt = refcnt; in gen_del()
675 Py_ssize_t refcnt = inst->ob_refcnt; in instance_dealloc() local680 inst->ob_refcnt = refcnt; in instance_dealloc()
5745 Py_ssize_t refcnt = self->ob_refcnt; local5747 self->ob_refcnt = refcnt;
236 Py_ssize_t refcnt = Py_REFCNT(self); in _PyIOBase_finalize() local238 Py_REFCNT(self) = refcnt; in _PyIOBase_finalize()