]> granicus.if.org Git - python/commit
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 4 Feb 2018 08:53:48 +0000 (10:53 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2018 08:53:48 +0000 (10:53 +0200)
commit07ca9afaa8768b44baf816b4998d209ed3e0088f
treeacb09f5cd6a660acb41d77c150cdd6236bf02d96
parent8b5fa289fdb04b6b919cf95fa99246aa872e47a8
bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-4564)
Doc/reference/expressions.rst
Doc/whatsnew/3.8.rst
Lib/test/support/__init__.py
Lib/test/test_grammar.py
Misc/NEWS.d/next/Core and Builtins/2017-11-26-00-59-22.bpo-10544.fHOM3V.rst [new file with mode: 0644]
Python/symtable.c