]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jul 2023 13:00:47 +0000 (06:00 -0700)
committerGitHub <noreply@github.com>
Tue, 4 Jul 2023 13:00:47 +0000 (13:00 +0000)
commit930df7b07e774636ad200a62a7b4b56564f502b0
tree795c226b209f041151494ba98b5e9e7309ca7f02
parentfda297031bba7c4e46b5959ebaa9c48ca11bb5f4
[3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node (GH-106401) (#106416)

(cherry picked from commit dfe4de203881e8d068e6fc5b8e31075841a86d25)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2023-07-04-09-51-45.gh-issue-106396.DmYp7x.rst [new file with mode: 0644]
Parser/action_helpers.c