]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 Jul 2022 21:06:33 +0000 (14:06 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2022 21:06:33 +0000 (22:06 +0100)
commit964431eaeb1905a95cb1bd745d0b9c0052db4b94
treee1c48b9a5118f2e4324f05355690cd6487c625da
parent3781d1a45815b5f4455491efd036babc084101b3
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895) (#94911)

(cherry picked from commit 2e9da8e3522764d09f1d6054a2be567e91a30812)

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