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
Raw File
Tip revision: f7d199ff329f0cb68f367c7aa169e058b2ab50f4 authored by Victor Stinner on 24 November 2016, 21:33:01 UTC
Fix _PyGen_yf()
Tip revision: f7d199f
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top