Steve Carll <[email protected]> added the comment:
This is a Tkinter problem and not a TK problem. I ended up working around the problem by forcing garbage collection before opening and after closing any Tkinter windows that are created from other Tkinter windows. Since adding this code I have not had the problem. ---------- nosy: +spcmicro2 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42491> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
