-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-111803: Make test_deep_nesting from test_plistlib more strict #114026
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-111803: Make test_deep_nesting from test_plistlib more strict #114026
Conversation
It is no longer silently passed if RecursionError was raised for low recursion depth.
!buildbot WASI |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 6dd0a6d 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Co-authored-by: Brett Cannon <brett@python.org>
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
pythonGH-114026) It is no longer silently passed if RecursionError was raised for low recursion depth. (cherry picked from commit db1c18e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
pythonGH-114026) It is no longer silently passed if RecursionError was raised for low recursion depth. (cherry picked from commit db1c18e) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-114406 is a backport of this pull request to the 3.12 branch. |
GH-114407 is a backport of this pull request to the 3.11 branch. |
pythonGH-114026) It is no longer silently passed if RecursionError was raised for low recursion depth.
pythonGH-114026) It is no longer silently passed if RecursionError was raised for low recursion depth.
pythonGH-114026) It is no longer silently passed if RecursionError was raised for low recursion depth.
It is no longer silently passed if RecursionError was raised for low recursion depth.
test_deep_nesting
fromtest_plistlib
triggers an exhausted stack protection in a debug build under WASI #111803