def GET_ITER(self, oparg): w_iterable = self.popvalue() w_iterator = op.iter(w_iterable).eval(self) self.pushvalue(w_iterator)