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, gregory.p.smith, isandler, r.david.murray
Date 2010-02-27.04:11:08
SpamBayes Score 0.0010655166
Marked as misclassified No
Message-id <1267243871.19.0.925645934825.issue7245@psf.upfronthosting.co.za>
In-reply-to
Content
Another iteration of the patch. Now sigint_handler will generate 
KeyboardInterrupts when pdb is in the commandloop

I think this guarantees consistent "Ctrl-C interrupts the current pdb action" behavior and the program is still resumable.

The "commands" command required a bit of special handling to unroll the changes if KbdInt happens.

The patch was tested on Linux and Vista.
History
Date User Action Args
2010-02-27 04:11:11isandlersetrecipients: + isandler, gregory.p.smith, draghuram, r.david.murray
2010-02-27 04:11:11isandlersetmessageid: <1267243871.19.0.925645934825.issue7245@psf.upfronthosting.co.za>
2010-02-27 04:11:09isandlerlinkissue7245 messages
2010-02-27 04:11:09isandlercreate