]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insid...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 25 Nov 2021 01:01:40 +0000 (01:01 +0000)
committerGitHub <noreply@github.com>
Thu, 25 Nov 2021 01:01:40 +0000 (01:01 +0000)
commitc72311d91787005713bb5daf4532a86e06496afd
tree4c4129087bb0c8d4f6543170572df709848081c2
parentcd85d91bc66a587ce2ba668c897a5ecf118733cc
[3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767)

Backport of GH-29757

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
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