]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 13 Feb 2025 01:42:24 +0000 (01:42 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2025 01:42:24 +0000 (01:42 +0000)
commit5e8a9eb13d5fb9258084138d59d02e786d253557
treede815cc388fcfdc9137f4cb4eef63b7d4a4f7880
parent719d08cccfb62869af44ab693e0359644b4eeb34
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130065)

(cherry picked from commit 56eda256336310a08d4beb75b998488cb359444b)
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