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 vstinner
Recipients iritkatriel, miss-islington, vstinner
Date 2021-04-28.14:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619618558.46.0.306230043578.issue43960@roundup.psfhosted.org>
In-reply-to
Content
> We didn't backport PR21989 because it was changing the way breakpoints hare maintained, so reset_Breakpoint is not there before 3.10. I can add that to the test file manually.

Ah yes, it sounds reasonable to me to add reset_Breakpoint() to test_pdb with the bdb clearBreakpoints() code from master.
History
Date User Action Args
2021-04-28 14:02:38vstinnersetrecipients: + vstinner, miss-islington, iritkatriel
2021-04-28 14:02:38vstinnersetmessageid: <1619618558.46.0.306230043578.issue43960@roundup.psfhosted.org>
2021-04-28 14:02:38vstinnerlinkissue43960 messages
2021-04-28 14:02:38vstinnercreate