This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Sam Yeager, ned.deily, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2020-10-19.19:47:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603136851.21.0.64411582475.issue26376@roundup.psfhosted.org>
In-reply-to
Content
I just reproduced this too with Airbook Mohave.  When IDLE's Shell is running, it is linked to an execution subprocess that is initially invisible, unless and until the user creates a visible window.  Tk() does this.  On Windows, a tk Window icon appears when I mouse over the IDLE taskbar icon.  On Mac, a new python rocket icon, also used for Python Launcher, appears.  And it becomes the active app for the Apple menu bar, making it more tied to the OS than on Windows.  In either case, I can switch between IDLE and tk windows by clicking icons or sub-icons.

When I click the red close button on the tk window, it disappears, but the rocket app icon is still there.  Clicking it maybe restores the window, which was hidden, not closed.  Or I may have to right click the rocket and then 'tk'.  Right-clicking the rocket and then 'quit' fails to close.  But trying to modify the tk window may fail with 'app destroyed' even though it can be made visible.  Closing the parent IDLE closes the Window.
History
Date User Action Args
2020-10-19 19:47:31terry.reedysetrecipients: + terry.reedy, ronaldoussoren, ned.deily, serhiy.storchaka, Sam Yeager
2020-10-19 19:47:31terry.reedysetmessageid: <1603136851.21.0.64411582475.issue26376@roundup.psfhosted.org>
2020-10-19 19:47:31terry.reedylinkissue26376 messages
2020-10-19 19:47:31terry.reedycreate