Lines Matching defs:si_set
735 PySetObject *si_set; /* Set to NULL when iterator is exhausted */
746 Py_XDECREF(si->si_set);
753 Py_VISIT(si->si_set);
761 if (si->si_set != NULL && si->si_used == si->si_set->used)
775 Py_XINCREF(tmp.si_set);
779 Py_XDECREF(tmp.si_set);
799 PySetObject *so = si->si_set;
827 si->si_set = NULL;
872 si->si_set = so;