-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-136438: Make sure test_remote_pdb
pass with all optimization levels
#136788
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
…hen help is not available
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 |
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.
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.
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
Oh, oops, you beat me to it. |
Sorry, @olp-cs and @encukou, I could not cleanly backport this to
|
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. |
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 -v
Without -OO
./python -m test test_remote_pdb -v
At EuroPython Sprints with @encukou
-OO
#136438