]> 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:19 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 16:18:19 +0000 (17:18 +0100)
commit9c0180ae7761b352116a2528aae61eea10e31045
treedd42ed987e3ac7f63c110a8314a6a9b4676f5bec
parent0a186b1ec1fd094d825f08a4eb39fa83ef57067a
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646) (GH-26674)

(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]