]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134718: Fix ast.dump() for empty non-default values (GH-134926)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 30 May 2025 14:25:07 +0000 (17:25 +0300)
committerGitHub <noreply@github.com>
Fri, 30 May 2025 14:25:07 +0000 (17:25 +0300)
commitcc344e8dd0a6fdc83a032c229f9b3cf53f76a887
tree612e44490f7dadff55e98323fce4437283fda0e7
parentce6a6371a23dc57ed4257eb102ebfb2827477abf
gh-134718: Fix ast.dump() for empty non-default values (GH-134926)
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]