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

gh-93678: Address stack exhaustion on WASI (GH-95296) #95296

Merged
merged 1 commit into from Jul 26, 2022

Commits on Jul 26, 2022

  1. pythongh-93678: Address stack exhaustion on WASI

    Commit 75c0c1b added function calls that increase stack consumption
    slightly. This pushed recursion tests over the call stack limit of
    wasmtime and broke three tests on wasm32-wasi.
    
    Skip two tests and lower recursion limit of the third test.
    tiran committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    13a38ac View commit details
    Browse the repository at this point in the history