Message 100177 - Python tracker
Message100177
| 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:11 | isandler | set | recipients: + isandler, gregory.p.smith, draghuram, r.david.murray |
| 2010-02-27 04:11:11 | isandler | set | messageid: <1267243871.19.0.925645934825.issue7245@psf.upfronthosting.co.za> |
| 2010-02-27 04:11:09 | isandler | link | issue7245 messages |
| 2010-02-27 04:11:09 | isandler | create | |