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
Date 2010-02-22.02:19:37
SpamBayes Score 2.4062203e-05
Marked as misclassified No
Message-id <1266805179.97.0.909638132189.issue7245@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed some of the style issues mentioned on appspot. (I was not sure about some of them and responded to them in appspot comments). Also sigHandler became sighandler for consistency with the rest of pdb.py. The new version of the patch is attached. However, it appears that I've been a bit over-optimistic about the lack of side-effects. In particular, the patch results in an very ugly error message when Ctrl-C is pressed while at pdb prompt.. *** AttributeError: AttributeError("'NoneType' object has no attribute 'f_globals'",) Everything still seems to be working, but it's definitely ugly (and behaves differently on Windows and Linux). I will try to summarize possible Ctrl-C scenarios in a separate post
History
Date User Action Args
2010-02-22 02:19:40isandlersetrecipients: + isandler, gregory.p.smith, draghuram
2010-02-22 02:19:39isandlersetmessageid: <1266805179.97.0.909638132189.issue7245@psf.upfronthosting.co.za>
2010-02-22 02:19:38isandlerlinkissue7245 messages
2010-02-22 02:19:37isandlercreate