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 xdegaye
Recipients georg.brandl, pitrou, vstinner, xdegaye
Date 2014-08-04.20:35:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407184505.67.0.632199221198.issue20766@psf.upfronthosting.co.za>
In-reply-to
Content
After refleak_3.patch, test_pdb_next_command_in_generator_for_loop is the only remaining test that sets a breakpoint without reinitializing the breakpoints numbering first.
As a result, this test may also fail in the future when tests are reordered by the unittest machinery.
refleak_4.patch adds a fix to that (and could be ignored as a problem that should be fixed in a new issue of its own).
History
Date User Action Args
2014-08-04 20:35:05xdegayesetrecipients: + xdegaye, georg.brandl, pitrou, vstinner
2014-08-04 20:35:05xdegayesetmessageid: <1407184505.67.0.632199221198.issue20766@psf.upfronthosting.co.za>
2014-08-04 20:35:05xdegayelinkissue20766 messages
2014-08-04 20:35:05xdegayecreate