-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-111811: Fix test_recursive_repr for WASI #112130
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
Conversation
!buildbot wasi |
🤖 New build scheduled with the buildbot fleet by @brettcannon for commit a927f3d 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
I know @sobolevn is working on this overall, but this is failing on Python 3.11 even on non-pydebug builds, so fixing it quickly is important. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I was away for several days :)
Thanks for fixing this!
Thanks @kushaldas for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
(cherry picked from commit 7218bac) Co-authored-by: Kushal Das <mail@kushaldas.in>
(cherry picked from commit 7218bac) Co-authored-by: Kushal Das <mail@kushaldas.in>
GH-112131 is a backport of this pull request to the 3.12 branch. |
GH-112132 is a backport of this pull request to the 3.11 branch. |
Fixes for WASI build.
test_recursive_repr
fromtest_xml_etree
triggers stack overflow protections for a debug build under WASI #111811