]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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 18:56:27 +0000 (19:56 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 18:56:27 +0000 (18:56 +0000)
commit43b081bfc49173405576b8eba09a6ca86aac641b
tree9767156070adabf8b71a9d1bcdc324525fa8ec34
parent054d18e883c23d7bca71714c0573c7f32f3a760b
[3.11] gh-112388: Fix an error that was causing the parser to try to overwrite tokenizer errors (GH-112410) (#112467)

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