Skip to content
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

test_ast uses infinite_recursion() to prevent crash #100104

Merged
merged 1 commit into from
Dec 8, 2022
Merged

test_ast uses infinite_recursion() to prevent crash #100104

merged 1 commit into from
Dec 8, 2022

Commits on Dec 8, 2022

  1. test_ast uses infinite_recursion() to prevent crash

    test.test_ast_recursion_limit() now uses infinite_recursion() of
    test.support to prevent crashes on debug builds.
    
    Before this change, the test crashed on ARM64 Windows 3.x buildbot
    worker which builds Python in debug mode.
    vstinner committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2cf754d View commit details
    Browse the repository at this point in the history