]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the...
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 6 Dec 2022 23:09:56 +0000 (23:09 +0000)
committerGitHub <noreply@github.com>
Tue, 6 Dec 2022 23:09:56 +0000 (15:09 -0800)
commit97e7004cfe48305bcd642c653b406dc7470e196d
tree7cbdfd5e01f133d61f21d66d5add469968a452f5
parentabbe4482ab914d6da8b1678ad46174cb875ed7f6
gh-100050: Fix an assertion error when raising unclosed parenthesis errors in the tokenizer (GH-100065)

Automerge-Triggered-By: GH:pablogsal
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2022-12-06-22-24-01.gh-issue-100050.lcrPqQ.rst [new file with mode: 0644]
Parser/pegen_errors.c