Commit 20843506 authored by Terry Jan Reedy's avatar Terry Jan Reedy

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).
parent 540f0451
...@@ -22,8 +22,7 @@ def setUpModule(): ...@@ -22,8 +22,7 @@ def setUpModule():
root = Tk() root = Tk()
def tearDownModule(): def tearDownModule():
global root, TV global root
del TV
root.update_idletasks() root.update_idletasks()
root.destroy() # pyflakes falsely sees root as undefined root.destroy() # pyflakes falsely sees root as undefined
del root del root
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment