]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside paren...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 24 Nov 2021 22:21:23 +0000 (22:21 +0000)
committerGitHub <noreply@github.com>
Wed, 24 Nov 2021 22:21:23 +0000 (22:21 +0000)
commit24c10d2943c482c4d3ecc71d45df2d8c10fa5bb1
treebcd92d5aa5eb38532813cd703dc7f728d20d230a
parentf4afc53bf68c8ded20b281cd1baa88a679b4a3fd
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2021-11-24-18-24-49.bpo-45727._xVbbo.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Parser/pegen_errors.c