-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
[3.12] GH-112215: Backport C recursion changes #115083
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
[3.12] GH-112215: Backport C recursion changes #115083
Conversation
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 876b707 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 3175e96 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit acaf0d5 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 70be1be 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
!buildbot wasi |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 35c99cd 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot wasi |
🤖 New build scheduled with the buildbot fleet by @markshannon for commit 8a19821 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
The buildbot/wasm32-wasi PR failure seems unrelated to this PR. |
Backports the various C recursion limit changes that have been applied to main.
@functools.cache
#112215