]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 27 Sep 2021 21:01:00 +0000 (22:01 +0100)
commit3397e3192ccc95ff7076f735930d2f4c60fbc278
treeca404ce008643c3f1568f48fc99548a86c3a56a0
parent0eb57c3be47e45b10124428ab45827467cd2d58e
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