[issue31135] [2.7] test_ttk_guionly doesn't destroy all widgets on Python 2.7

STINNER Victor report at bugs.python.org
Tue Aug 8 06:20:27 EDT 2017


STINNER Victor added the comment:

My widget_instance.patch calls test_support.gc_collect() and removes all
widgets from the root window. It's not enough. That's why I proposed to modify LabeledScale.destroy().

----------

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


More information about the Python-bugs-list mailing list