Update Lib/idlelib/idle_test/test_iomenu.py

Co-authored-by: R.C.M <sharktidedev@gmail.com>
This commit is contained in:
Shamil 2025-11-19 09:51:13 +03:00 committed by GitHub
parent a77a5c08db
commit 18a30d2e5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ def tearDownClass(cls):
del cls.editwin
cls.root.update_idletasks()
for id in cls.root.tk.call('after', 'info'):
cls.root.after_cancel(id)
cls.root.after_cancel(id) # Need for EditorWindow.
cls.root.destroy()
del cls.root