Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
!buildbot wasi |
bedevere-bot commentedNov 15, 2023
🤖 New build scheduled with the buildbot fleet by@brettcannon for commita927f3d 🤖 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 commit7218bac)Co-authored-by: Kushal Das <mail@kushaldas.in>
(cherry picked from commit7218bac)Co-authored-by: Kushal Das <mail@kushaldas.in>
GH-112131 is a backport of this pull request to the3.12 branch. |
GH-112132 is a backport of this pull request to the3.11 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Fixes for WASI build.
test_recursive_repr
fromtest_xml_etree
triggers stack overflow protections for a debug build under WASI #111811