Comment out debugging code (useful, but not perfect yet)
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 17 Jan 2009 21:30:21 +0000 (13:30 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 17 Jan 2009 21:30:21 +0000 (13:30 -0800)
Cython/Compiler/Nodes.py

index 081afbbe32faa88a95f2fed9ec2d23d5e3aa2cc2..3693203200582677e7de97b3c540f1c6333f336e 100644 (file)
@@ -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