]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 16 Jul 2022 18:51:53 +0000 (19:51 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2022 18:51:53 +0000 (19:51 +0100)
commit2e9da8e3522764d09f1d6054a2be567e91a30812
treeaa60441243440f872f00f86daa4302fad189891e
parent4b4439daed3992a5c5a83b86596d6e00ac3c1203
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (#94895)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2022-07-16-08-14-17.gh-issue-94869.eRwMsX.rst [new file with mode: 0644]
Parser/string_parser.c