]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646)
authorhuzhaojie <hu.zj@foxmail.com>
Fri, 11 Jun 2021 15:17:56 +0000 (23:17 +0800)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 15:17:56 +0000 (16:17 +0100)
commit4cb6ba14325cff98589c2660d1d2c65f4aacfee4
tree98423b2f7d16821068171f58d4c819c368e95962
parentfc98266ff627ba0f56f8ae241245b66bc983baa3
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646)
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]