]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137314: Fix incorrect treatment of format specs in raw fstrings (#137328)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 3 Aug 2025 16:10:51 +0000 (17:10 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Aug 2025 16:10:51 +0000 (17:10 +0100)
commit0153d82a5ab0c6ac16c046bdd4438ea11b58d59d
treedb543e17565bfe55620f41c45ca543027d72dd76
parent676748d4da3671205f537ecd61a492861e37b77b
gh-137314: Fix incorrect treatment of format specs in raw fstrings (#137328)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-02-23-04-57.gh-issue-137314.wjEdzD.rst [new file with mode: 0644]
Parser/action_helpers.c