]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule...
authorBatuhan Taskaya <batuhanosmantaskaya@gmail.com>
Sat, 27 Jun 2020 18:33:08 +0000 (21:33 +0300)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2020 18:33:08 +0000 (19:33 +0100)
commitc8f29ad986f8274fc5fbf889bdd2a211878856b9
treeb4fdbecd0b5f987ffa160cd966263bd77063a06c
parent6dcbc2422de9e2a7ff89a4689572d84001e230b2
bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387)
Grammar/python.gram
Lib/test/test_syntax.py
Parser/parser.c