bpo-42609: Check recursion depth in the AST validator and optimizer by serhiy-storchaka · Pull Request #23744 · python/cpython

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

bpo-42609: Check recursion depth in the AST validator and optimizer #23744

Conversation

@serhiy-storchaka

@serhiy-storchaka

@isidentical

@iritkatriel

@ZackerySpytz

@serhiy-storchaka serhiy-storchaka merged commit face87c into python:master

Apr 25, 2021

12 checks passed

12 checks passed

Check if generated files are up to date

Details

Ubuntu SSL tests with OpenSSL ${{ matrix.openssl_ver }}

Details

Azure Pipelines PR #20210425.14 succeeded

Details

Travis CI - Pull Request Build Passed

Details

bedevere/issue-number Issue number 42609 found

Details

bedevere/news News entry found in Misc/NEWS.d

@serhiy-storchaka serhiy-storchaka deleted the serhiy-storchaka:ast-validator-optimizer-recursion-error branch

Apr 25, 2021

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request

Apr 26, 2021
…izer (pythonGH-23744).

(cherry picked from commit face87c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>