]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH...
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 8 Jun 2020 01:57:00 +0000 (02:57 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 01:57:00 +0000 (18:57 -0700)
commit9f495908c5bd3645ed1af82d7bae6782720dab77
treed32e61893af27e9719a3936c7c0c52424d5687cc
parent843c27765652e2322011fb3e5d88f4837de38c06
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)

Automerge-Triggered-By: @pablogsal
Grammar/python.gram
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2020-06-07-22-50-10.bpo-40903.7dWejS.rst [new file with mode: 0644]
Parser/pegen/parse.c
Parser/pegen/pegen.c