]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Mon, 27 Nov 2023 18:36:11 +0000 (18:36 +0000)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 18:36:11 +0000 (18:36 +0000)
commit2c8b19174274c183eb652932871f60570123fe99
treeb2b7b1ad193e1aa8f8cae9b2b62437e65e71a658
parent967f2a3052c2d22e31564b428a9aa8cc63dc2a9f
gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (#112410)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2023-11-25-22-58-49.gh-issue-112388.MU3cIM.rst [new file with mode: 0644]
Parser/pegen_errors.c