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.12:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589890840.64.0.822454814906.issue40452@roundup.psfhosted.org>
In-reply-to
Content
Note that Tcl/Tk once had exactly the same issue on Windows, and they added specific code to "render" to the clipboard upon exit if the current app is the "clipboard owner".

https://core.tcl-lang.org/tk/tktview/732662

This was fixed here:

https://core.tcl-lang.org/tk/tktview/939389

Note that Tcl/Tk has separate OS-specific implementations of "TkClipCleanup" for Windows, macOS and "Unix".

https://github.com/tcltk/tk/search?q=TkClipCleanup

This only appears to be called by TkCloseDisplay, which is turn is never called elsewhere in the Tk codebase. tkinter never appears to call either of those functions. Perhaps this is the core issue?
History
Date User Action Args
2020-05-19 12:20:40taleinatsetrecipients: + taleinat, terry.reedy, eryksun, epaine
2020-05-19 12:20:40taleinatsetmessageid: <1589890840.64.0.822454814906.issue40452@roundup.psfhosted.org>
2020-05-19 12:20:40taleinatlinkissue40452 messages
2020-05-19 12:20:40taleinatcreate