]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121332: Make AST node constructor check _attributes instead of hardcoding...
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Thu, 11 Jul 2024 15:51:32 +0000 (08:51 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2024 15:51:32 +0000 (15:51 +0000)
commit38c4028dd9aeeeb1fe4ba1444307e3f06fc63aa0
tree11c6a654355b1843071221024ccd39c615b47b54
parent3b5f8d256c534e9b2baa64ec151da0d590213667
[3.13] gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (GH-121334) (#121625)

(cherry picked from commit 58e8cf2bb61f82df9eabd1209fe5e3d146e4c8cd)
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