]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632...
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 18 Jun 2021 21:15:57 +0000 (22:15 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Jun 2021 21:15:57 +0000 (22:15 +0100)
commita8c418d5ed1103106db547aa576b82c6031985a4
treecffc531f91b1ad15f48d90bc37063dde3554184c
parentbf55a799e0c19285b094d71f794c301c1afaa28d
[3.10] bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) (GH-26792)

(cherry picked from commit 05073036dcecefc00b0c3e7397601809da41e2f1)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2021-06-09-22-56-59.bpo-44368.vgT0Cx.rst [new file with mode: 0644]
Parser/parser.c