commit | f7d199ff329f0cb68f367c7aa169e058b2ab50f4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Nov 24 22:33:01 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Nov 24 22:33:01 2016 +0100 |
tree | fd33432812139614d49b9c45c47994231c75d96c | |
parent | b3c5dc912daaec0f1f64dd05f5e49bfe9755fdb9 [diff] |
Fix _PyGen_yf() Issue #28782: Fix a bug in the implementation ``yield from`` when checking if the next instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647). Reviewed by Serhiy Storchaka and Yury Selivanov.