Michal Wallace wrote:

+        PMC *iter = pmc_new_init(INTERP, PyBuiltin_PyIter, SELF);

Done - r8801

-        if (!((List *) PMC_data(SELF))->length)
+        if (!((List *) PMC_int_val(SELF)))
                ~~~~~~~~~

Bogus. Changed to !SELF.elements()

leo

Reply via email to