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

py/runtime: mp_resume: Handle exceptions in Python __next__().

This includes StopIteration and thus are important to make Python-coded
iterables work with yield from/await.

Exceptions in Python send() are still not handled and left for future
consideration and optimization.
parent a392b3aa
No related branches found
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