]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113602: Bail out when the parser tries to override existing errors (#113607)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Tue, 2 Jan 2024 13:00:52 +0000 (13:00 +0000)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 13:00:52 +0000 (13:00 +0000)
commit9ed36d533ab8b256f0a589b5be6d7a2fdcf4aff2
tree3e0d85fc07933c7094a1e9d5fc48c48be27ab07d
parent8ff44f855450244d965dbf82c7f0a31de666007c
gh-113602: Bail out when the parser tries to override existing errors (#113607)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2024-01-01-00-07-02.gh-issue-113602.cWuTzk.rst [new file with mode: 0644]
Parser/pegen_errors.c