]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124363: Treat debug expressions in f-string as raw strings (GH-128399)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Jan 2025 17:19:07 +0000 (18:19 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 17:19:07 +0000 (17:19 +0000)
commitf7f8b8b75884377e9db1f5a830a3ecbc2bacbb94
treef391eb3f975faf119ef549b175136bf2f4bcfef5
parent0b90dc8e89465ef02bbea06ae3f237cb5a190e57
[3.13] gh-124363: Treat debug expressions in f-string as raw strings (GH-128399) (#129187)

gh-124363: Treat debug expressions in f-string as raw strings (GH-128399)

(cherry picked from commit 60a3a0dd6fe140fdc87f6e769ee5bb17d92efe4e)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
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