]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:22:39 +0000 (14:22 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 13:22:39 +0000 (13:22 +0000)
commit1c381ec4edfa6364474fa795a93ed1cccb6df903
treedfe16b94545826e1399114722f0e6aa329408f3c
parent9beb56594db36eab985f1fa05385eb34fae178ac
[3.11] gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (#113653)

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