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-90473: Reduce recursion limit on WASI even further (GH-94333) #94333

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Jun 27, 2022

750 fails sometimes with newer wasmtime versions. 600 is a more
conservative value.

750 fails sometimes with newer wasmtime versions. 600 is a more
conservative value.
@tiran tiran requested a review from encukou as a code owner June 27, 2022 13:46
@tiran tiran changed the title gh-90473: Reduce recursion limit on WASI even further gh-90473: Reduce recursion limit on WASI even further (GH-94333) Jun 27, 2022
@tiran tiran merged commit e5e5155 into python:main Jun 27, 2022
@tiran tiran deleted the gh-90473-less-recursion branch June 27, 2022 14:19
@miss-islington
Copy link
Contributor

Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @tiran, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker e5e51556e45ff70053b8a7f90a07ded966401911 3.11

tiran added a commit to tiran/cpython that referenced this pull request Jun 27, 2022
…ythonGH-94333)

750 fails sometimes with newer wasmtime versions. 600 is a more
conservative value.
(cherry picked from commit e5e5155)

Co-authored-by: Christian Heimes <christian@python.org>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jun 27, 2022
@bedevere-bot
Copy link

GH-94334 is a backport of this pull request to the 3.11 branch.

tiran added a commit that referenced this pull request Jun 27, 2022
… (GH-94334)

Co-authored-by: Christian Heimes <christian@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.

3 participants