]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 15 May 2020 01:04:52 +0000 (02:04 +0100)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 01:04:52 +0000 (02:04 +0100)
commit16ab07063cb564c1937714bd39d6915172f005b5
treef536d329aa196ac4755d3407a698dae48f9bb7b5
parent7ba1f75f3f02b4b50ac6d7e17d15e467afa36aac
bpo-40334: Correctly identify invalid target in assignment errors (GH-20076)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Grammar/python.gram
Lib/test/test_dictcomps.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Lib/test/test_peg_parser.py
Lib/test/test_syntax.py
Parser/pegen/parse.c
Parser/pegen/pegen.c
Parser/pegen/pegen.h
Python/ast.c