]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 May 2025 15:48:48 +0000 (18:48 +0300)
committerGitHub <noreply@github.com>
Fri, 30 May 2025 15:48:48 +0000 (15:48 +0000)
commit681856c1949418d7f0a688370e104461a7fc5d86
tree71308a9d51bc84a8e8c8de78f0d9d4b945b89be8
parent7fdc829bc27f7e105a58ef465a928e18cb4b7119
[3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936)

(cherry picked from commit cc344e8dd0a6fdc83a032c229f9b3cf53f76a887)
Lib/ast.py
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Library/2025-05-30-13-07-29.gh-issue-134718.9Qvhxn.rst [new file with mode: 0644]