micropython/tests/basics/generator_pep479.py.exp
Damien George 809d89c794 py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.
Commit 3f6ffe059f implemented PEP479 but did
not catch the case fixed in this commit.  Found by coverage analysis, that
the VM had uncovered code.
2019-10-04 23:27:00 +10:00

8 lines
59 B
Plaintext

1
RuntimeError
StopIteration
1
RuntimeError
0
RuntimeError