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 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:46georg.brandlsetrecipients: + georg.brandl, gregory.p.smith, isandler, draghuram, r.david.murray
2010-07-30 22:21:45georg.brandlsetmessageid: <1280528505.76.0.895395628094.issue7245@psf.upfronthosting.co.za>
2010-07-30 22:21:43georg.brandllinkissue7245 messages
2010-07-30 22:21:43georg.brandlcreate