]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 May 2020 21:32:32 +0000 (14:32 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 21:32:32 +0000 (14:32 -0700)
commit1a4e9e6f35dad26b37639198f1444591d04399e0
tree9728199e007535dd28aa5ffd3720d14b9ac211bc
parent46c1b9c7b595cd9244020ff74ff9cb11bec9870c
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)

(cherry picked from commit c73914a562580ae72048876cb42ed8e76e2c83f9)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@lenstra.fr>
Lib/ast.py
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2019-03-17-19-01-53.bpo-36290.7VXo_K.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c