[issue20766] reference leaks in pdb

Xavier de Gaye report at bugs.python.org
Mon Aug 4 22:35:05 CEST 2014


Xavier de Gaye added the comment:

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).

----------
Added file: http://bugs.python.org/file36258/refleak_4.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20766>
_______________________________________


More information about the Python-bugs-list mailing list