]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44885: Correct the ast locations of f-strings with format specs and repeated...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 12 Aug 2021 16:13:30 +0000 (17:13 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Aug 2021 16:13:30 +0000 (17:13 +0100)
commit8e832fb2a2cb54d7262148b6ec15563dffb48d63
tree0b3fb52778df472a467635e1a8ca8632030ed7b6
parent789a6af29f531f78abd2e2f6af80084ccabf80b1
bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729)
Lib/test/test_fstring.py
Misc/NEWS.d/next/Core and Builtins/2021-08-11-15-39-57.bpo-44885.i4noUO.rst [new file with mode: 0644]
Parser/string_parser.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h