]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112388: Fix an error that was causing the parser to try to overwrite tokeni...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Nov 2023 19:02:57 +0000 (20:02 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 19:02:57 +0000 (19:02 +0000)
commit698b4b73bc2f6d2de96dac04df5102ac468e02c0
tree3f1ca2e0a7458eec14580162f7888d180ea56ab4
parent7140716c883d8f40716543e827fa396609f39962
[3.12] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112466)

gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410)
(cherry picked from commit 2c8b19174274c183eb652932871f60570123fe99)

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-58-49.gh-issue-112388.MU3cIM.rst [new file with mode: 0644]
Parser/pegen_errors.c