-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-36388: fix Pdb.do_debug to not trace itself #23202
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
This adopts `Pdb.do_debug`, given there are fixes in there already, and it is not trivial to "patch out" the wrong `sys.settrace` in there easily. Ref: https://bugs.python.org/issue36388 Ref: python/cpython#23202
This adopts `Pdb.do_debug`, given there are fixes in there already, and it is not trivial to "patch out" the wrong `sys.settrace` in there easily. Ref: https://bugs.python.org/issue36388 Ref: python/cpython#23202
This adopts `Pdb.do_debug`, given there are fixes in there already, and it is not trivial to "patch out" the wrong `sys.settrace` in there easily. Ref: https://bugs.python.org/issue36388 Ref: python/cpython#23202
This adopts `Pdb.do_debug`, given there are fixes in there already, and it is not trivial to "patch out" the wrong `sys.settrace` in there easily. Ref: https://bugs.python.org/issue36388 Ref: python/cpython#23202
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
This is still legit, but only missing review and a test. |
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.
The patch looks good.
NEWS entry and tests are needed.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
This PR is stale because it has been open for 30 days with no activity. |
Ping, @blueyed -- is this still something you're interested in working on? :) |
Closing as it is stale, if you want to work on this, the PR can be re-opened or a new PR can be created. |
https://bugs.python.org/issue36388