]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
authorIrit Katriel <iritkatriel@yahoo.com>
Fri, 2 Apr 2021 16:15:21 +0000 (17:15 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Apr 2021 16:15:21 +0000 (09:15 -0700)
commitad442a674ca443feec43a88a2d3671784712e550
treefcefb60f52bfade464216d47c7ccb74ca698038b
parentafd12650580725ac598b2845384771c14c4f952e
bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989)
Lib/bdb.py
Lib/test/test_bdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2020-08-28-23-07-53.bpo-24160.MSGnKr.rst [new file with mode: 0644]