DecoratorTools will not run with python -OO

Jorge Vargas <[email protected]> Mon, 7 Dec 2009 12:38:39 -0600
Newsgroups gmane.comp.python.peak
Message-ID <[email protected]>
Hello,

Today someone reported the following "bug" with DecoratorTools. In the
ticket http://trac.turbogears.org/ticket/2426 I confirmed current
trunk has the problem. It's a very naive bug as the code is simply
trying to update a variable that doesn't exists due to the -OO
parameter. I just want to bring that up to your attention to see if
this is worth fixing or not.