-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-136438: Make sure test_builtins
pass with all optimization levels
#136474
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
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.
@sobolevn, reviewed and approved this PR
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
Thanks @sobolevn for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Thanks everyone! |
… levels (pythonGH-136474) (cherry picked from commit c176543) Co-authored-by: sobolevn <mail@sobolevn.me>
Sorry, @sobolevn, I could not cleanly backport this to
|
GH-136496 is a backport of this pull request to the 3.14 branch. |
Looking at 3.13 backport. |
…ization levels (pythonGH-136474) (cherry picked from commit c176543) Co-authored-by: sobolevn <mail@sobolevn.me>
GH-136502 is a backport of this pull request to the 3.13 branch. |
Now tests pass with all combinations of
-OO
and--without-doc-strings
.Before:
-OO
#136438