Guido van Rossum added the comment:

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. :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17934>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to