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

Skip to content

Commit 2bfb45d

Browse files
authored
bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161)
Patch by Louie Lu. (cherry picked from commit b070fd2)
1 parent 92e9e35 commit 2bfb45d

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)