Issue #27044: stop test_idle from leaking by deleting callbacks.

This commit is contained in:
Terry Jan Reedy 2016-05-16 22:27:28 -04:00
parent b461791b91
commit 6b98ce23f6
2 changed files with 12 additions and 0 deletions

View file

@ -25,6 +25,7 @@ class ConfigDialogTest(unittest.TestCase):
def test_dialog(self):
d=ConfigDialog(self.root, 'Test', _utest=True)
d.remove_var_callbacks()
d.destroy()