]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110259: Fix f-strings with multiline expressions and format specs (GH-11027...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 5 Oct 2023 14:07:25 +0000 (07:07 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Oct 2023 14:07:25 +0000 (14:07 +0000)
commit09ec8153c6480fd608ce6f981a050f515f1875c9
tree38ea208d047e5484619ae55d37f7ee58b50cb8d3
parent7bfcfcf6565dcf609854a82a7976faa7f7446fea
[3.12] gh-110259: Fix f-strings with multiline expressions and format specs (GH-110271) (#110396)

gh-110259: Fix f-strings with multiline expressions and format specs (GH-110271)
(cherry picked from commit cc389ef627b2a486ab89d9a11245bef48224efb1)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/ast.py
Lib/test/test_tokenize.py
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core and Builtins/2023-10-03-11-43-48.gh-issue-110259.ka93x5.rst [new file with mode: 0644]
Parser/tokenizer.c