]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108843: fix ast.unparse for f-string with many quotes (GH-108981) (#109541)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Sep 2023 14:44:13 +0000 (07:44 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 14:44:13 +0000 (14:44 +0000)
commit2401b980da571cac49c804edb66696766c4cd9c0
tree577811e52835fc9c662694150ceea4d764c917cd
parentf6fc831aa96f82b74c8dae9a20dc88c89e457967
[3.12] gh-108843: fix ast.unparse for f-string with many quotes (GH-108981) (#109541)

gh-108843: fix ast.unparse for f-string with many quotes (GH-108981)
(cherry picked from commit 23f9f6f46454455bc6015e83ae5b5e946dae7698)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Lib/ast.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Library/2023-09-06-06-17-23.gh-issue-108843.WJMhsS.rst [new file with mode: 0644]