]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143055: Fix crash in AST unparser when unparsing dict comprehension unpacking...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 9 Mar 2026 17:37:23 +0000 (17:37 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2026 17:37:23 +0000 (10:37 -0700)
commit255e79fa955ac5ffef9eb27087e8b1373e98e3bd
tree644903b1f101600b966507b5ddd3ba59ebebbb9d
parentd76df75f51e662fd15ebe00e107058841de94860
gh-143055: Fix crash in AST unparser when unparsing dict comprehension unpacking (#145556)
Doc/conf.py
Lib/_ast_unparse.py
Lib/test/test_future_stmt/test_future.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-05-16-16-17.gh-issue-143055.qDUFlY.rst [new file with mode: 0644]
Python/ast_unparse.c