Skip to content

Split YIELD_FROM into two #39

Closed
Closed
@ericsnowcurrently

Description

@ericsnowcurrently

( 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
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions