]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134931)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 May 2025 15:24:59 +0000 (17:24 +0200)
committerGitHub <noreply@github.com>
Fri, 30 May 2025 15:24:59 +0000 (18:24 +0300)
commitecf11416b6a818359204207dbcc1f694db6be4ff
treeddd41601a08ce75ed438108ab81006a9e5f14615
parentf28f9304bf6d79c7ce2274e9f929fabde26d7afb
[3.14] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134931)

(cherry picked from commit cc344e8dd0a6fdc83a032c229f9b3cf53f76a887)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]