]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121332: Make AST node constructor check _attributes instead of hardcoding attribut...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 11 Jul 2024 14:34:53 +0000 (07:34 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2024 14:34:53 +0000 (14:34 +0000)
commit58e8cf2bb61f82df9eabd1209fe5e3d146e4c8cd
tree8f84a55655b0c4738a68e92c7fa392c6414aaa2c
parent44937d11a6a045a624918db78aa36e715ffabcd4
gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (#121334)
Lib/test/test_ast.py
Misc/NEWS.d/next/Library/2024-07-03-07-25-21.gh-issue-121332.Iz6FEq.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c