summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-05-16 22:27:28 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-05-16 22:27:28 -0400
commit8f54c712d4cb0af7bab7d60abbcb93f2ce6b1eaa (patch)
tree82e384595e21f97bc6868f81b5b7c396de0ae7b6 /Lib/idlelib/idle_test
parent74b80468ead634cfa0715c8e19e66d0a8c264063 (diff)
downloadcpython-8f54c712d4cb0af7bab7d60abbcb93f2ce6b1eaa.tar.gz
Issue #27044: stop test_idle from leaking by deleting callbacks.
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r--Lib/idlelib/idle_test/test_configdialog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/idle_test/test_configdialog.py b/Lib/idlelib/idle_test/test_configdialog.py
index 68831236b7..fab860b439 100644
--- a/Lib/idlelib/idle_test/test_configdialog.py
+++ b/Lib/idlelib/idle_test/test_configdialog.py
@@ -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()