You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.