]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 13 Feb 2025 01:49:25 +0000 (01:49 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2025 01:49:25 +0000 (01:49 +0000)
commit8d1d36b742a687239ff03f0a3136999660e87676
tree842a8ddb5ecde2c2f80602eda5d0e94cd5442fbd
parent4c2a59b7b884a8e6e88365bbd25ca0e2d2279c99
[3.13] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (#130066)

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