-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-115249: Fix test_descr
with -OO
mode
#115250
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
The Windows 86 free-threading failure in test_queue (timeout) is an independent failure reported in ##115258. Since the same passed on another of your PRs, I triggered a one-test rerun. |
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.
Looks like the proper fix for a buggy test.
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
(cherry picked from commit 1f23837) Co-authored-by: Nikita Sobolev <[email protected]>
GH-115277 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 1f23837) Co-authored-by: Nikita Sobolev <[email protected]>
GH-115278 is a backport of this pull request to the 3.11 branch. |
Congrats @sobolevn for your first merge as a Python core dev! 🎉 |
Now it passes with both
-00
and without.test_descr
fails when run with-OO
#115249