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 martin.panter
Recipients Mark, eryksun, martin.panter, njs, terry.reedy
Date 2017-04-03.03:55:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491191743.06.0.861634227941.issue29926@psf.upfronthosting.co.za>
In-reply-to
Content
BTW pthread_kill was only added to Python 3.3, so is not available for Python 2. I’m not sure what the best fix for 2.7 would be. Maybe it’s not worth it, or maybe you can find another way to a signal to the user process or its main thread without interfering with any background threads that Idle needs. But I don’t know enough about how Idle works to offer a solution.
History
Date User Action Args
2017-04-03 03:55:43martin.pantersetrecipients: + martin.panter, terry.reedy, njs, Mark, eryksun
2017-04-03 03:55:43martin.pantersetmessageid: <1491191743.06.0.861634227941.issue29926@psf.upfronthosting.co.za>
2017-04-03 03:55:42martin.panterlinkissue29926 messages
2017-04-03 03:55:42martin.pantercreate