]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
authorRémi Lapeyre <remi.lapeyre@lenstra.fr>
Sun, 24 May 2020 21:12:57 +0000 (23:12 +0200)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 21:12:57 +0000 (22:12 +0100)
commitc73914a562580ae72048876cb42ed8e76e2c83f9
treec2530e91a3790121ef7d4a4650a0bdc7c91f1eeb
parent59f5022b5d3e5fcc60ac61cc256b627decf8ee68
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
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