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 iritkatriel, vstinner
Date 2021-04-27.22:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619564271.53.0.878004797884.issue43960@roundup.psfhosted.org>
In-reply-to
Content
I scanned the file and I think this was the only test where this was missing.  test_pdb_continue_in_bottomframe doesn't have a reset, but it doesn't expect a specific breakpoint number, it does:

Breakpoint ... at <doctest test

So with this patch I think the tests shouldn't interfere with each other anymore.
History
Date User Action Args
2021-04-27 22:57:51iritkatrielsetrecipients: + iritkatriel, vstinner
2021-04-27 22:57:51iritkatrielsetmessageid: <1619564271.53.0.878004797884.issue43960@roundup.psfhosted.org>
2021-04-27 22:57:51iritkatriellinkissue43960 messages
2021-04-27 22:57:51iritkatrielcreate