-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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-115252: Fix test_enum
with -OO
mode
#115253
Conversation
test_enum
with -00
modetest_enum
with -OO
mode
Thanks @sobolevn for the PR, and @ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @sobolevn for the PR, and @ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @sobolevn and @ethanfurman, I could not cleanly backport this to
|
(cherry picked from commit 33f56b7) Co-authored-by: Nikita Sobolev <[email protected]>
GH-115260 is a backport of this pull request to the 3.12 branch. |
GH-115279 is a backport of this pull request to the 3.11 branch. |
Now it passes with both modes.
test_enum
fails when run with-OO
#115252