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 isandler
Recipients draghuram, isandler
Date 2009-11-01.22:44:20
SpamBayes Score 2.1874232e-05
Marked as misclassified No
Message-id <1257115462.75.0.282874132117.issue7245@psf.upfronthosting.co.za>
In-reply-to
Content
No,I don't think patch in the issue #1294 addresses the problem which
I'm trying to solve.

I tried applying patch#1294, and Ctrl-C will still throws your debugger
into postmortem mode and I don't think you can change that by overriding
do_KeyboardInterrupt(): when do_KbdInterrupt() is called you cannot
resume execution (or at least I don't know any way of doing it).

My patch handles the SIGINT directly which allows it to set tracing and
resume the program immediately (and keyboardinterrupt is never raised)

I'll also add comments to patch#1294
History
Date User Action Args
2009-11-01 22:44:23isandlersetrecipients: + isandler, draghuram
2009-11-01 22:44:22isandlersetmessageid: <1257115462.75.0.282874132117.issue7245@psf.upfronthosting.co.za>
2009-11-01 22:44:20isandlerlinkissue7245 messages
2009-11-01 22:44:20isandlercreate