Message 112107 - Python tracker
Message112107
| Author | georg.brandl |
|---|---|
| Recipients | draghuram, georg.brandl, gregory.p.smith, isandler, r.david.murray |
| Date | 2010-07-30.22:21:43 |
| SpamBayes Score | 0.013238137 |
| Marked as misclassified | No |
| Message-id | <1280528505.76.0.895395628094.issue7245@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I committed the "commands" part of the patch in r83308. For the SIGINT part, I'm concerned that the SIGINT handler is set in the Pdb constructor, since it's a processwide setting I think it should a) be set only before sys.settrace() and b) be restored appropriately when debugging is finished. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-30 22:21:46 | georg.brandl | set | recipients: + georg.brandl, gregory.p.smith, isandler, draghuram, r.david.murray |
| 2010-07-30 22:21:45 | georg.brandl | set | messageid: <1280528505.76.0.895395628094.issue7245@psf.upfronthosting.co.za> |
| 2010-07-30 22:21:43 | georg.brandl | link | issue7245 messages |
| 2010-07-30 22:21:43 | georg.brandl | create | |