Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
GH-111808: Make the default value fortest.support.infinite_recursion() conditional on compiler optimizations#112223
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
GH-111808: Make the default value fortest.support.infinite_recursion() conditional on compiler optimizations#112223
Conversation
…cursion()` conditional on compiler optimizations
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
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.
LGTM.
I'm not sure about test_richcmp and test_typing changes. But if the CIs are fine with it, I'm also fine with it :-) I rely on the CI for that ;-)
Don't worry, I am since I merged the PRs that added them. 😁 |
…cursion()` conditional on compiler optimizations (pythonGH-112223)Co-authored-by: Victor Stinner <vstinner@python.org>
…cursion()` conditional on compiler optimizations (pythonGH-112223)Co-authored-by: Victor Stinner <vstinner@python.org>
Uh oh!
There was an error while loading.Please reload this page.
test_forward_recursion_actuallyfromtest_typingtriggers stack overflow protections for a debug build under WASI #111808