-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-42383: pdb: do not fail to restart the target if the current directory changed #23412
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
bpo-42383: pdb: do not fail to restart the target if the current directory changed #23412
Conversation
This PR is stale because it has been open for 30 days with no activity. |
…ctory changed This commit only adds tests and a news entry. The actual bug was fixed in the earlier commit.
Something's missing -- this just adds a test but doen't change anything in pdb.py. |
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.
Oh wait that's because the other PR fixed both issues.
Next time I think you should just do everything in one PR. :-)
@gvanrossum: Please replace |
@hexagonrecursion Is it worth backporting this too? |
I already did. |
…ctory changed (python#23412) This commit only adds tests and a news entry. The actual bug was fixed in the earlier commit.
#23338 should be merged first because it contains the actual fix since both https://bugs.python.org/issue42383 and https://bugs.python.org/issue42384 can be fixed by adding one line.
Following this instructions
#23338 (comment)
I opened a separate PR for bpo-42383
https://bugs.python.org/issue42383