From: Robert Bradshaw Date: Sat, 17 Jan 2009 21:30:21 +0000 (-0800) Subject: Comment out debugging code (useful, but not perfect yet) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7035d3e168c59b9683001d99aeb2b22a4d6004cc;p=cython.git Comment out debugging code (useful, but not perfect yet) --- diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 081afbbe..36932032 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -115,8 +115,9 @@ class Node(object): # pos (string, int, int) Source file position # is_name boolean Is a NameNode # is_literal boolean Is a ConstNode - - __metaclass__ = VerboseCodeWriter + + # Uncomment this for debugging. + # __metaclass__ = VerboseCodeWriter is_name = 0 is_literal = 0