Why doesn't Tkinter window close on `destroy` in interactive session (IDLE / REPL) in macOS?
Why doesn't Tkinter window close on `destroy` in interactive session (IDLE / REPL) in macOS? Problem Description: I have a function to display a GUI window where the user can type the password. I use IDLE shell a lot during development, so using getpass is not an option. This function is part of a utility … Read more