def __next__(self): try: self.dt = advance_iterator(self.gen) except StopIteration: self.genlist.remove(self)