]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Ensure that early = are not matched by the parser as invalid comparisons (GH-25375)
authorPablo Galindo <Pablogsal@gmail.com>
Tue, 13 Apr 2021 01:32:33 +0000 (02:32 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 01:32:33 +0000 (02:32 +0100)
commitd9151cb45371836d39b6d53afb50c5bcd353c661
tree2ea7c00ab4ededa92fb5405834c26d7e0c3c6c37
parentc1a66bdd6f884e2ec813891c5c7e2b1ceeede8f1
Ensure that early = are not matched by the parser as invalid comparisons (GH-25375)
Grammar/python.gram
Lib/test/test_syntax.py
Parser/parser.c