]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42383: pdb: do not fail to restart the target if the current directory changed...
authorAndrey Bienkowski <hexagonrecursion@gmail.com>
Mon, 25 Jan 2021 21:08:01 +0000 (21:08 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 21:08:01 +0000 (13:08 -0800)
commit501d4a51e32c7bbba255598adc307660b5af891a
tree56cd9aa1e08b74b58128683daa35a2d5313dfda2
parentf066bd94b9225a5a3c4ade5fc3ff81e3c49b7b32
bpo-42383: pdb: do not fail to restart the target if the current directory changed (#23412)

This commit only adds tests and a news entry. The actual bug was fixed in the earlier commit.
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2020-11-17-14-30-12.bpo-42383.ubl0Y_.rst [new file with mode: 0644]