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 taleinat
Recipients Spacekiwigames, epaine, eryksun, gvanrossum, pablogsal, serhiy.storchaka, taleinat, terry.reedy
Date 2021-05-17.11:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621252282.46.0.609150361752.issue40452@roundup.psfhosted.org>
In-reply-to
Content
After thinking about this a bit more, it seems to me that using an atexit handler is definitely worth pursuing, but not for 3.10.0.

I'm in favor of merging the existing PR as an immediate fix for IDLE, and following up with a general solution for tkinter using atexit, which should also include some tests so that we can see that it works on our CI and buildbots.
History
Date User Action Args
2021-05-17 11:51:22taleinatsetrecipients: + taleinat, gvanrossum, terry.reedy, serhiy.storchaka, eryksun, pablogsal, epaine, Spacekiwigames
2021-05-17 11:51:22taleinatsetmessageid: <1621252282.46.0.609150361752.issue40452@roundup.psfhosted.org>
2021-05-17 11:51:22taleinatlinkissue40452 messages
2021-05-17 11:51:22taleinatcreate