]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40334: produce specialized errors for invalid del targets (GH-19911)
authorShantanu <hauntsaninja@users.noreply.github.com>
Mon, 11 May 2020 21:53:58 +0000 (14:53 -0700)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 21:53:58 +0000 (14:53 -0700)
commit27c0d9b54abaa4112d5a317b8aa78b39ad60a808
tree94bf73f5275f8156008249528b2997cfee8d47a6
parent86d69444e7cfe758212956df0be0ec7b8a4251a6
bpo-40334: produce specialized errors for invalid del targets (GH-19911)
Grammar/python.gram
Lib/test/test_grammar.py
Lib/test/test_syntax.py
Parser/pegen/parse.c