Uh oh!
There was an error while loading. Please reload this page.
gh-136438: Make sure test_remote_pdb pass with all optimization levels - #136788
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
encukou
left a comment
There was a problem hiding this comment.
Thank you! Let's merge this :)
Please don't update the branch; GitHub has a prominent button fo that but all it does here is restart the test run.
ZeroIntensity
commented
Jul 19, 2025
Oh, oops, you beat me to it. |
Sorry, @olp-cs and @encukou, I could not cleanly backport this to |
encukou
commented
Jul 20, 2025
Thank you, @olp-cs? |
…on levels (pythonGH-136788) (cherry picked from commit 588d9fb)
GH-136855 is a backport of this pull request to the 3.14 branch. |
…imization levels (pythonGH-136788) (pythonGH-136855) (cherry picked from commit 588d9fb)
Related to #136438
Details
Help is not available for the optimization level -OO.
(pdb.py, lines 2439-2440)
Testing
With -OO
./python -OO -m test test_remote_pdb -vWithout -OO
./python -m test test_remote_pdb -vAt EuroPython Sprints with @encukou
-OO#136438