]> 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 19:16:51 +0000 (12:16 -0700)
committerGitHub <noreply@github.com>
Sat, 16 Jul 2022 19:16:51 +0000 (12:16 -0700)
commite121cb5814b4e24cabf44b65a395d69c5acdafd5
treefcd0dc469d29687f1779673fc75c5d3ef8a1268a
parent8c08e86d8d44272a18ae9254d4e52f490a5ea491
gh-94869: Fix the location in some expressions for multi-line f-string ast nodes (GH-94895)

(cherry picked from commit 2e9da8e3522764d09f1d6054a2be567e91a30812)

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