Mailing List Archive

[issue42383] Pdb does not correclty restart the target if it changes the current directory
Change by Andrey Bienkowski <hexagonrecursion@gmail.com>:


----------
pull_requests: +23142
pull_request: https://github.com/python/cpython/pull/24322

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue42383] Pdb does not correclty restart the target if it changes the current directory [ In reply to ]
Change by Andrey Bienkowski <hexagonrecursion@gmail.com>:


----------
pull_requests: +23143
pull_request: https://github.com/python/cpython/pull/24323

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue42383] Pdb does not correclty restart the target if it changes the current directory [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:


New changeset 501d4a51e32c7bbba255598adc307660b5af891a by Andrey Bienkowski in branch 'master':
bpo-42383: pdb: do not fail to restart the target if the current directory changed (#23412)
https://github.com/python/cpython/commit/501d4a51e32c7bbba255598adc307660b5af891a


----------
nosy: +gvanrossum

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue42383] Pdb does not correclty restart the target if it changes the current directory [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:


New changeset f8cfe54e5a7082edcec74a34b3d7e6afab051afd by Andrey Bienkowski in branch '3.9':
[3.9] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24322)
https://github.com/python/cpython/commit/f8cfe54e5a7082edcec74a34b3d7e6afab051afd


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue42383] Pdb does not correclty restart the target if it changes the current directory [ In reply to ]
Guido van Rossum <guido@python.org> added the comment:


New changeset d863deeff27f00ac33e9f169d23ca56d69af3f86 by Andrey Bienkowski in branch '3.8':
[3.8] bpo-42383: pdb: do not fail to restart the target if the current directory changed (GH-23412) (#24323)
https://github.com/python/cpython/commit/d863deeff27f00ac33e9f169d23ca56d69af3f86


----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue42383] Pdb does not correclty restart the target if it changes the current directory [ In reply to ]
Change by Guido van Rossum <guido@python.org>:


----------
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue42383>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com