circuitpython/tests/basics/generator_pep479.py.exp
Damien George 809d89c794 py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.
Commit 3f6ffe059f64b3ebc44dc0bbc63452cb8850702b 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