]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)
authorVictor Stinner <vstinner@python.org>
Tue, 3 Jun 2025 06:40:45 +0000 (08:40 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Jun 2025 06:40:45 +0000 (08:40 +0200)
commit6e80f11eb5eba360334b4ace105eb7d73394baf7
treee3241cb61f0508c92a5dc28655a354833d22fb13
parentb525e31b7fc50e7a498f8b9b16437cb7b9656f6f
gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)
Lib/test/test_grammar.py
Parser/parser.c
Tools/peg_generator/pegen/c_generator.py