]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30858: Improve error location for expressions with assignments (GH-23753)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 13 Dec 2020 16:46:48 +0000 (16:46 +0000)
committerGitHub <noreply@github.com>
Sun, 13 Dec 2020 16:46:48 +0000 (16:46 +0000)
commit43c4fb6c90c013a00cb820cb61e4990cd8ec7f5e
tree6486bd0491db555ea6e0e18a1583e2a1098d7e1b
parentda431f789bd1e6b9790f06f9ce47b3ec6a701e65
bpo-30858: Improve error location for expressions with assignments (GH-23753)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Grammar/python.gram
Lib/test/test_exceptions.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2020-12-13-15-23-09.bpo-30858.-f9G4z.rst [new file with mode: 0644]
Parser/parser.c