]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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 19:05:20 +0000 (20:05 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 19:05:20 +0000 (19:05 +0000)
commit390a5b81a97a36d5166a62e7850fadfe9eba3cc3
tree29de44b648d3d6c707f7b420c5b18352a283c154
parent43b081bfc49173405576b8eba09a6ca86aac641b
[3.11] gh-112387: Fix error positions for decoded strings with backwards tokenize errors (GH-112409) (#112469)

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