]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expressio...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Sep 2021 14:05:20 +0000 (07:05 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 14:05:20 +0000 (07:05 -0700)
commit9e209d48cac35108f3955d3f610b6ce60b574ecc
tree20449bd0d874070874768121fd832a4e7cafac0d
parentfae2694bea5e9e5a114af8cb40b60e7131a6340c
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576)

(cherry picked from commit e5f13ce5b48b551c09fdd0faeafa6ecf860de51c)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_syntax.py
Parser/parser.c
Parser/pegen.c
Parser/pegen.h