Message 269362 - Python tracker

Message269362

Author vstinner
Recipients Andre Merzky, minrk, neologix, takluyver, vstinner
Date 2016-06-27.09:08:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467018520.8.0.134558714981.issue23395@psf.upfronthosting.co.za>
In-reply-to
Content
Attached interrupt_main.patch fixes for _thread.interrupt_main(): raise an exception if the SIGINT signal is ignored (SIG_IGN) or not handled by Python (SIG_DFL).

My patch updates the documentation and addds unit tests.

issue23395.2.patch looks wrong: it's not the right place to handle the error.
History
Date User Action Args
2016-06-27 09:08:40vstinnersetrecipients: + vstinner, neologix, takluyver, minrk, Andre Merzky
2016-06-27 09:08:40vstinnersetmessageid: <1467018520.8.0.134558714981.issue23395@psf.upfronthosting.co.za>
2016-06-27 09:08:40vstinnerlinkissue23395 messages
2016-06-27 09:08:40vstinnercreate