]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer... 130065/head
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 13 Feb 2025 01:07:37 +0000 (01:07 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Thu, 13 Feb 2025 01:25:00 +0000 (01:25 +0000)
commit369704b428982968346c1482fccdac8b25fdd836
treede815cc388fcfdc9137f4cb4eef63b7d4a4f7880
parent719d08cccfb62869af44ab693e0359644b4eeb34
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049)
(cherry picked from commit 56eda256336310a08d4beb75b998488cb359444b)

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