mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)
This commit is contained in:
parent
b525e31b7f
commit
6e80f11eb5
3 changed files with 15 additions and 3 deletions
|
@ -44,7 +44,7 @@ EXTENSION_PREFIX = """\
|
|||
# define MAXSTACK 4000
|
||||
# endif
|
||||
#else
|
||||
# define MAXSTACK 4000
|
||||
# define MAXSTACK 6000
|
||||
#endif
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue