]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102856: Allow comments inside multi-line f-string expresions (#104006)
authorCristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Mon, 22 May 2023 10:30:07 +0000 (12:30 +0200)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 10:30:07 +0000 (10:30 +0000)
commit0a7796052acb9cec8b13f8d0a5f304f56f26ec5b
tree2e38c6f8e4b9a307382973b6a022285d14cc707d
parent9bc80dac47f6d43d0bbfbf10c4cc3848b175e97f
gh-102856: Allow comments inside multi-line f-string expresions (#104006)
Lib/test/test_fstring.py
Parser/tokenizer.c