]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124363: Treat debug expressions in f-string as raw strings (#128399)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 22 Jan 2025 16:24:54 +0000 (16:24 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 16:24:54 +0000 (16:24 +0000)
commit60a3a0dd6fe140fdc87f6e769ee5bb17d92efe4e
treecb71d3f3975521c3b08c59432916384cf7d90e4c
parentba9a4b621577b92f36d88388cc9f791c2dc7d7ba
gh-124363: Treat debug expressions in f-string as raw strings (#128399)

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