]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#108263)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Aug 2023 10:02:32 +0000 (03:02 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 10:02:32 +0000 (12:02 +0200)
commit149d70c2546d9615e6292135430795c3cf2b50fe
tree6c5600f41665a16bb0fc6ac27ff5407fd384247b
parentef4d427fd8ed89fcfb5a0fada4c24abec12991e5
[3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#108263)

gh-108179: Add error message for parser stack overflows (GH-108256)
(cherry picked from commit 86617518c4ac824e2b6dc20691ba5a08df04f285)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Lib/test/test_syntax.py
Parser/parser.c
Parser/pegen.h
Parser/pegen_errors.c
Tools/peg_generator/pegen/c_generator.py