]> granicus.if.org Git - python/commit
Fix _PyGen_yf()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Nov 2016 21:33:01 +0000 (22:33 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Nov 2016 21:33:01 +0000 (22:33 +0100)
commitf7d199ff329f0cb68f367c7aa169e058b2ab50f4
treefd33432812139614d49b9c45c47994231c75d96c
parentb3c5dc912daaec0f1f64dd05f5e49bfe9755fdb9
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.
Misc/NEWS
Objects/genobject.c
Python/ceval.c