]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (#116049)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 13 Feb 2025 01:07:37 +0000 (01:07 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2025 01:07:37 +0000 (01:07 +0000)
commit56eda256336310a08d4beb75b998488cb359444b
tree1ed5b4e667140de01766ce1213eeb52d28e1ccee
parent49b11033bd87fb26eb4b74ba2451ed30b1af9780
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (#116049)
Lib/test/test_cmd_line_script.py
Lib/test/test_string_literals.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-13-00-28-43.gh-issue-116042.861juq.rst [new file with mode: 0644]
Parser/pegen_errors.c
Parser/string_parser.c