Staging
v0.5.1
https://github.com/python/cpython
Revision f7d199ff329f0cb68f367c7aa169e058b2ab50f4 authored by Victor Stinner on 24 November 2016, 21:33:01 UTC, committed by Victor Stinner on 24 November 2016, 21:33:01 UTC
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.
1 parent b3c5dc9
History
Tip revision: f7d199ff329f0cb68f367c7aa169e058b2ab50f4 authored by Victor Stinner on 24 November 2016, 21:33:01 UTC
Fix _PyGen_yf()
Tip revision: f7d199f
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.4 KB
_testembed.c -rw-r--r-- 3.8 KB
python.c -rw-r--r-- 2.1 KB

README

back to top