]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Jun 2021 16:18:49 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 16:18:49 +0000 (17:18 +0100)
commit6df926f1c46eb6db7b5dcd0227c6b532c78525c9
tree46bc619c5461bb816e3ab35dba57c1fb500d6467
parente9726314df44a6e63ed653b95514646c6ff607b6
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26675)

(cherry picked from commit 4cb6ba14325cff98589c2660d1d2c65f4aacfee4)

Co-authored-by: huzhaojie <hu.zj@foxmail.com>
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2021-02-25-08-32-06.bpo-43318.bZJw6V.rst [new file with mode: 0644]