Closed
Description
( from #35)
Split YIELD_FROM
into two. Having two bytecodes allows us to more easily tell whether an exception caused by throw
should be passed into sub-generators or not. Again, the caller should not need to know about the internal state of the generator/coroutine.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done