Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
gh-136438: Make suretest_ast
pass with all optimization levels#136596
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
Conversation
Uh oh!
There was an error while loading.Please reload this page.
I believe the explanation is as follows: |
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
efimov-mikhail commentedJul 17, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Exactly. I've added checks only in those tests that fail with |
03017a8
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thank you@efimov-mikhail! |
Thx for merge,@Eclips4 ! |
Uh oh!
There was an error while loading.Please reload this page.
Now tests pass with all combinations of -OO and --without-doc-strings.
It was long lists of errors before, but all proposed fixes are just to add some needed
optimize=False
options.-OO
#136438