Skip to content
Snippets Groups Projects
Commit 4ed7b7f7 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

py: iternext() may not return MP_OBJ_NULL, only MP_OBJ_STOP_ITERATION.

Testing for incorrect value led to premature termination of generator
containing yield from for such iterator (e.g. "yield from [1, 2]").
parent a37d13c9
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment