]> 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:31:47 +0000 (14:31 -0700)
committerGitHub <noreply@github.com>
Sun, 24 May 2020 21:31:47 +0000 (14:31 -0700)
commit907ee1f14aaf587683ced44818c5a1d1cabf4174
tree9aa24db133b55bc1adbaa5e63761b89bb75c769c
parent1ae0fd87a072426e35ff84dc6d1b2759d9ebee70
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