gh-135028: Increase parser MAXSTACK for nested parenthesis (#135031)

This commit is contained in:
Victor Stinner 2025-06-03 08:40:45 +02:00 committed by GitHub
parent b525e31b7f
commit 6e80f11eb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 3 deletions

View file

@ -44,7 +44,7 @@ EXTENSION_PREFIX = """\
# define MAXSTACK 4000
# endif
#else
# define MAXSTACK 4000
# define MAXSTACK 6000
#endif
"""