Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jun 2, 2025

@vstinner
Copy link
Member Author

vstinner commented Jun 2, 2025

cc @lysnikolaou @pablogsal

@vstinner
Copy link
Member Author

vstinner commented Jun 2, 2025

Parser MAXSTACK was already set to 6000 before 0142236 which changes its value to 4000.

@vstinner vstinner merged commit 6e80f11 into python:main Jun 3, 2025
56 checks passed
@vstinner vstinner deleted the maxlevel branch June 3, 2025 06:40
@miss-islington-app
Copy link

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jun 3, 2025
…honGH-135031)

(cherry picked from commit 6e80f11)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app
Copy link

bedevere-app bot commented Jun 3, 2025

GH-135059 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Jun 3, 2025
vstinner added a commit that referenced this pull request Jun 3, 2025
…-135031) (#135059)

gh-135028: Increase parser MAXSTACK for nested parenthesis (GH-135031)
(cherry picked from commit 6e80f11)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants