]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 3 Jan 2021 01:11:41 +0000 (01:11 +0000)
committerGitHub <noreply@github.com>
Sun, 3 Jan 2021 01:11:41 +0000 (01:11 +0000)
commitbd2728b1e8a99ba8f8c2d481f88aeb99b8b8360f
tree45e3fc389d9dee5e63556b49995961ee7e22b48b
parent2ea320dddd553298038bb7d6789e50e199332f66
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2021-01-03-00-20-38.bpo-42806.mLAobJ.rst [new file with mode: 0644]
Parser/string_parser.c