]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104799: Default missing lists in AST to the empty list (GH-104834) (#105213)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Jun 2023 02:06:07 +0000 (19:06 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 02:06:07 +0000 (02:06 +0000)
commite6d5e63614684025d4aa09f77a759eb3fc0bd77f
tree3c4db01fce54a0c8269c6b380af07704fd3e1d44
parentd57ee813ebd496a3fd8118d7dc057d54c4af847e
[3.12] gh-104799: Default missing lists in AST to the empty list (GH-104834) (#105213)

(cherry picked from commit 77d25795862f19c6e3d647b76cfb10d5ce1f149c)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2023-05-31-08-10-59.gh-issue-104799.8kDWti.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c