]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113602: Bail out when the parser tries to override existing errors (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 2 Jan 2024 13:27:20 +0000 (14:27 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 13:27:20 +0000 (13:27 +0000)
commit499f1d0a03c285f0cfbbfb1c1f1d1ce709f8ce69
tree4df453ac5bbfa5da6d43a2cf067469401c1da2c4
parent20631e840e60ba99c95243c82bb87ab58cb9c506
[3.12] gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (#113652)

gh-113602: Bail out when the parser tries to override existing errors (GH-113607)
(cherry picked from commit 9ed36d533ab8b256f0a589b5be6d7a2fdcf4aff2)

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/2024-01-01-00-07-02.gh-issue-113602.cWuTzk.rst [new file with mode: 0644]
Parser/pegen_errors.c