]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112387: Fix error positions for decoded strings with backwards tokenize errors...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 27 Nov 2023 18:37:48 +0000 (18:37 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 18:37:48 +0000 (18:37 +0000)
commit45d648597b1146431bf3d91041e60d7f040e70bf
tree28d15909930323f788e32e2b67263f1d9a026bb1
parent2c8b19174274c183eb652932871f60570123fe99
gh-112387: Fix error positions for decoded strings with backwards tokenize errors (#112409)

Signed-off-by: Pablo Galindo <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