]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jan 2022 16:33:08 +0000 (08:33 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 16:33:08 +0000 (08:33 -0800)
commit19a85501cee24a6e426a431243d0adcb5664c6fe
tree7fb844c0e7948a049d72a301251fb77fc1f59027
parent4cfb10979d74b8513ec751b81454709f38e3b51a
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)

(cherry picked from commit 6fa8b2ceee38187b0ae96aee12fe4f0a5c8a2ce7)

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