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 epaine
Recipients Spacekiwigames, epaine, eryksun, gvanrossum, pablogsal, serhiy.storchaka, taleinat, terry.reedy
Date 2021-05-17.09:02:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621242145.55.0.0347451415141.issue40452@roundup.psfhosted.org>
In-reply-to
Content
> Simply uncommenting that works perfectly on Ubuntu 20.04 and Windows 10.

I can't remember the details, but I don't think this worked if the Tcl interpreter had been garbage collected before the Python interpreter shutdown. Therefore, Tcl_Finalize (or similar) would preferably be called at Tkapp dealloc, but we cannot do that because the user may create more interpreters later. I will try and give a reproducible example when I have time.
History
Date User Action Args
2021-05-17 09:02:25epainesetrecipients: + epaine, gvanrossum, terry.reedy, taleinat, serhiy.storchaka, eryksun, pablogsal, Spacekiwigames
2021-05-17 09:02:25epainesetmessageid: <1621242145.55.0.0347451415141.issue40452@roundup.psfhosted.org>
2021-05-17 09:02:25epainelinkissue40452 messages
2021-05-17 09:02:25epainecreate