]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112387: Fix error positions for decoded strings with backwards tokenize...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Nov 2023 18:57:34 +0000 (19:57 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 18:57:34 +0000 (18:57 +0000)
commit7140716c883d8f40716543e827fa396609f39962
tree43cb67a31f3df4c667436797416ea844108f3f69
parent4463d2e01886824ccc7857205f6acb9a3d01d0ab
[3.12] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112468)

gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409)
(cherry picked from commit 45d648597b1146431bf3d91041e60d7f040e70bf)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-39-44.gh-issue-112387.AbBq5W.rst [new file with mode: 0644]
Parser/pegen_errors.c