Issue #27714: text_textview now passes when re-run in the same process
because test_idle failed while running with test -w (and no -jn).
This commit is contained in:
parent
540f0451d2
commit
2084350685
|
@ -22,8 +22,7 @@ def setUpModule():
|
|||
root = Tk()
|
||||
|
||||
def tearDownModule():
|
||||
global root, TV
|
||||
del TV
|
||||
global root
|
||||
root.update_idletasks()
|
||||
root.destroy() # pyflakes falsely sees root as undefined
|
||||
del root
|
||||
|
|
Loading…
Reference in New Issue