]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108179: Add error message for parser stack overflows (#108256)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Tue, 22 Aug 2023 07:41:50 +0000 (03:41 -0400)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 07:41:50 +0000 (08:41 +0100)
commit86617518c4ac824e2b6dc20691ba5a08df04f285
treed2510cb804fca7f5835caa4f77facbce0fff97c6
parent7f87ebbc3f52680c939791f397b9a478edf0c8d4
gh-108179: Add error message for parser stack overflows (#108256)
Lib/test/test_syntax.py
Parser/parser.c
Parser/pegen.h
Parser/pegen_errors.c
Tools/peg_generator/pegen/c_generator.py