]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99606: Make code generated for an empty f-string identical to that of a normal...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 26 Nov 2023 17:13:57 +0000 (17:13 +0000)
committerGitHub <noreply@github.com>
Sun, 26 Nov 2023 17:13:57 +0000 (17:13 +0000)
commitfb202af4470d6051a69bb9d2f44d7e8a1c99eb4f
tree6f643f213d787093de62274fe645ccb0963e8f79
parent418d585febd280e779274f313f910613ac1a1c30
gh-99606: Make code generated for an empty f-string identical to that of a normal empty string (#112407)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2023-11-25-20-36-38.gh-issue-99606.fDY5hK.rst [new file with mode: 0644]
Python/compile.c