]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133581: Improve AST unparsing of t-strings (GH-133635) (#133666)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 8 May 2025 13:40:44 +0000 (15:40 +0200)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 13:40:44 +0000 (13:40 +0000)
commit153496921a05e205d4c45c4a64888ccd43148897
tree47c213721a69c7cca4f3e166ba55ab5f8918e7ae
parent863722be6b7c31c69dbf931581a531979dd28203
[3.14] gh-133581: Improve AST unparsing of t-strings (GH-133635) (#133666)

gh-133581: Improve AST unparsing of t-strings (GH-133635)
(cherry picked from commit bfac7d2edc6e461e21b4762f8db03fca85f3a0be)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/_ast_unparse.py
Lib/test/test_future_stmt/test_future.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2025-05-07-19-16-41.gh-issue-133581.kERUCJ.rst [new file with mode: 0644]
Python/ast_unparse.c