def PRINT_ITEM(self, oparg): w_item = self.popvalue() w_s = op.str(w_item).eval(self) self.appcall(rpython_print_item, w_s)