]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
authorBrett Cannon <brett@python.org>
Mon, 20 Nov 2023 13:27:33 +0000 (05:27 -0800)
committerGitHub <noreply@github.com>
Mon, 20 Nov 2023 13:27:33 +0000 (13:27 +0000)
commit56e59a49ae4d9f518c5cc918aefe7eeee11736b4
tree4516ddb2f716a9fd42c3c155e994230bfed89a8d
parentce1096f974d3158a92e050f9226700775b8db398
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
Misc/NEWS.d/next/Core and Builtins/2023-11-17-16-49-32.gh-issue-111807.QvjP9_.rst [new file with mode: 0644]
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py