]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 31 Jan 2021 22:52:56 +0000 (22:52 +0000)
committerGitHub <noreply@github.com>
Sun, 31 Jan 2021 22:52:56 +0000 (22:52 +0000)
commit835f14ff8eec10b3d96f821a1eb46a986e00c690
treed514cc3cb32ed708ea584edd7c86726f6e581242
parent40901518167c66abc1ebc5b71c5b86d733cfa154
bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314)
Grammar/python.gram
Lib/test/test_named_expressions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-01-24-18-02-05.bpo-43017.emEcXX.rst [new file with mode: 0644]
Parser/parser.c