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 pitrou, telmich
Date 2012-03-09.16:33:51
SpamBayes Score 0.00051335903
Marked as misclassified No
Message-id <1331310831.89.0.978453374723.issue14228@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I see. Would an option to disable the default SIGINT handlers (and let the OS kill the process) be an acceptable solution to your use case?

Keep in mind that letting the OS kill the process will bypass any destructors at the Python level, so for example some buffered file data may not be flushed properly, etc.

By the way, if I'm not mistaken, the problem is only with SIGINT, right?
History
Date User Action Args
2012-03-09 16:33:51pitrousetrecipients: + pitrou, telmich
2012-03-09 16:33:51pitrousetmessageid: <1331310831.89.0.978453374723.issue14228@psf.upfronthosting.co.za>
2012-03-09 16:33:51pitroulinkissue14228 messages
2012-03-09 16:33:51pitroucreate