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 pitrou
Recipients Mark, eryksun, louielu, martin.panter, njs, pitrou, terry.reedy
Date 2017-06-30.07:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498808878.16.0.460593562028.issue29926@psf.upfronthosting.co.za>
In-reply-to
Content
Note that, since interrupt_main() claims to interrupt the main thread, it would be ok to use pthread_kill() to make sure it's indeed the C syscall running in the main thread that gets interruped.
History
Date User Action Args
2017-06-30 07:47:58pitrousetrecipients: + pitrou, terry.reedy, njs, martin.panter, Mark, eryksun, louielu
2017-06-30 07:47:58pitrousetmessageid: <1498808878.16.0.460593562028.issue29926@psf.upfronthosting.co.za>
2017-06-30 07:47:58pitroulinkissue29926 messages
2017-06-30 07:47:58pitroucreate