Kaydet (Commit) 20843506 authored tarafından 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).
üst 540f0451
......@@ -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
......
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