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 epaine, eryksun, taleinat, terry.reedy
Date 2020-05-19.20:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589921926.32.0.34384822532.issue40452@roundup.psfhosted.org>
In-reply-to
Content
Indeed, adding a simple _tkinter.destroy() method which invokes Tcl_Finalize, and calling it in the Tk.destroy() method, makes copied text remain available after closing IDLE!

I did the above to test my hypothesis, but I'm not sure it would be a proper fix.
History
Date User Action Args
2020-05-19 20:58:46taleinatsetrecipients: + taleinat, terry.reedy, eryksun, epaine
2020-05-19 20:58:46taleinatsetmessageid: <1589921926.32.0.34384822532.issue40452@roundup.psfhosted.org>
2020-05-19 20:58:46taleinatlinkissue40452 messages
2020-05-19 20:58:46taleinatcreate