]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expressio...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 27 Sep 2021 13:37:43 +0000 (14:37 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 13:37:43 +0000 (14:37 +0100)
commite5f13ce5b48b551c09fdd0faeafa6ecf860de51c
treed53ec2b8a487a906024e139c106f2a1b21aa810a
parenta22be4943c119fecf5433d999227ff78fc2e5741
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576)
Grammar/python.gram
Lib/test/test_syntax.py
Parser/parser.c
Parser/pegen.c
Parser/pegen.h