]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43797: Handle correctly invalid assignments inside function calls and generators...
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 13 Apr 2021 16:51:21 +0000 (17:51 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 16:51:21 +0000 (17:51 +0100)
commit30ed93bfec5dfa7ee05982e2df8fd810f3f49305
tree2ba7d8eaba2304ec562e5bb877f7a6e0975954fa
parentfd79af7ae2574aaaa829e40ed780e17ef1f9be84
bpo-43797: Handle correctly invalid assignments inside function calls and generators (GH-25390)
Grammar/python.gram
Lib/test/test_genexps.py
Lib/test/test_syntax.py
Parser/parser.c