]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 8 Jan 2022 00:23:40 +0000 (00:23 +0000)
committerGitHub <noreply@github.com>
Sat, 8 Jan 2022 00:23:40 +0000 (00:23 +0000)
commit6fa8b2ceee38187b0ae96aee12fe4f0a5c8a2ce7
tree22f9edf799bc7020af220b609b7dbb655e34b106
parentd81182b8ec3b1593daf241d44757a9fa68fd14cc
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Lib/test/test_exceptions.py
Misc/NEWS.d/next/Core and Builtins/2022-01-07-19-33-05.bpo-46237.9A6Hpq.rst [new file with mode: 0644]
Parser/pegen.c
Parser/string_parser.c