This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients hjzin, iritkatriel
Date 2021-06-10.14:50:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623336603.11.0.20501976691.issue43318@roundup.psfhosted.org>
In-reply-to
Content
Your fix looks correct - the problem is that the list of breakpoints gets emptied by the clear_break call, and you copy the list so that it can be echoed later if clear_break does not err.

I made some polishing comments on the PR, and it also need to be rebased because there is not a merge conflict on test_pdb.
History
Date User Action Args
2021-06-10 14:50:03iritkatrielsetrecipients: + iritkatriel, hjzin
2021-06-10 14:50:03iritkatrielsetmessageid: <1623336603.11.0.20501976691.issue43318@roundup.psfhosted.org>
2021-06-10 14:50:03iritkatriellinkissue43318 messages
2021-06-10 14:50:03iritkatrielcreate