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_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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
python-cla-botbot commentedJul 19, 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.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb 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. |
Uh oh!
There was an error while loading.Please reload this page.
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
AtEuroPython Sprints with@encukou
-OO
#136438