mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #27044: stop test_idle from leaking by deleting callbacks.
This commit is contained in:
parent
b461791b91
commit
6b98ce23f6
2 changed files with 12 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue