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 gvanrossum
Recipients eric.snow, flox, gvanrossum, ncoghlan, pitrou
Date 2013-05-13.17:07:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368464855.97.0.970733445403.issue17934@psf.upfronthosting.co.za>
In-reply-to
Content
A downside of using this is that some extended traceback printers (such as cgitb.py in the stdlib, or and some things I've seen in web frameworks) won't be able to print the locals.  And pdb's pm() function would lose its value too.  So it'll remain a judgment call whether to use this.

As for Tulip, I think I've broken the cycle I was most concerned about, and I've also gotten rid of the lambda that cost me so much time debugging. :-)
History
Date User Action Args
2013-05-13 17:07:36gvanrossumsetrecipients: + gvanrossum, ncoghlan, pitrou, flox, eric.snow
2013-05-13 17:07:35gvanrossumsetmessageid: <1368464855.97.0.970733445403.issue17934@psf.upfronthosting.co.za>
2013-05-13 17:07:35gvanrossumlinkissue17934 messages
2013-05-13 17:07:35gvanrossumcreate