Skip to content

Commit f82f0d3

Browse files
author
Anselm Kruis
committed
merge 3.4-slp (fix an uninitialized variable)
2 parents 4329bc6 + 77f6fd3 commit f82f0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/ceval.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3464,6 +3464,7 @@ slp_eval_frame_value(PyFrameObject *f, int throwflag, PyObject *retval)
34643464
goto stackless_iter;
34653465
stackless_iter_return:
34663466
next = retval;
3467+
iter = TOP();
34673468
}
34683469
#else
34693470
next = (*iter->ob_type->tp_iternext)(iter);

0 commit comments

Comments
 (0)