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 epaine, eryksun, taleinat, terry.reedy
Date 2020-05-19.21:15:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589922905.14.0.630230036559.issue40452@roundup.psfhosted.org>
In-reply-to
Content
After reporting my experiments above, msg369334, I made further failing efforts to simulate pasting into another process, as in 3 and 4.  It might be that a concrete key event is needed.  So I strongly suspect that the solution for IDLE is indeed a tkinter solution, and it seems that patching _tkinter.c is needed.  (And a solution only for IDLE would not help other tkinter users.)  Please continue.
History
Date User Action Args
2020-05-19 21:15:05terry.reedysetrecipients: + terry.reedy, taleinat, eryksun, epaine
2020-05-19 21:15:05terry.reedysetmessageid: <1589922905.14.0.630230036559.issue40452@roundup.psfhosted.org>
2020-05-19 21:15:05terry.reedylinkissue40452 messages
2020-05-19 21:15:05terry.reedycreate