]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124363: Treat debug expressions in f-string as raw strings (GH-128399)...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 22 Jan 2025 18:08:58 +0000 (18:08 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 18:08:58 +0000 (18:08 +0000)
commit9ed04d95162cb5b23663dac706e1646ea195e180
tree7848542376b6feb1b5d2b8a2231fa9846af74fb5
parente577ff4ce47034f5637a048af57145e03bf1f64c
[3.12] gh-124363: Treat debug expressions in f-string as raw strings (GH-128399) (#129190)

(cherry picked from commit 60a3a0dd6fe140fdc87f6e769ee5bb17d92efe4e)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-21-19-48-30.gh-issue-124363.vOFhHW.rst [new file with mode: 0644]
Parser/action_helpers.c