Victor Stinner f7d199ff32 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.
2016-11-24 22:33:01 +01:00
..
2016-09-07 09:26:18 -07:00
2016-11-24 22:33:01 +01:00
2016-09-13 22:46:15 -07:00
2016-09-09 14:57:58 -07:00
2016-11-12 16:38:03 -05:00

Miscellaneous source files for the main Python shared library