Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b070fd2

Browse files
mlouieluterryjreedy
authored andcommitted
bpo-30642: IDLE: Fix test_query refleak (#2147)
Patch by Louie Lu.
1 parent 023564b commit b070fd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/idlelib/idle_test/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def setUpClass(cls):
258258

259259
@classmethod
260260
def tearDownClass(cls):
261+
del cls.dialog.destroy
261262
del cls.dialog
262263
cls.root.destroy()
263264
del cls.root

0 commit comments

Comments
 (0)