Disable tracing for now.
authorRobert Bradshaw <robertwb@math.washington.edu>
Mon, 20 Jul 2009 22:40:24 +0000 (15:40 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Mon, 20 Jul 2009 22:40:24 +0000 (15:40 -0700)
Cython/Compiler/Nodes.py
tests/bugs.txt

index 58e1505c8c11a9e9bfc0fa52b0ec74ebd44a6c15..3a821c3786711db6dd2812c1bc6358cd90ad4d32 100644 (file)
@@ -5788,7 +5788,7 @@ proto="""
 # but maybe some other profilers don't. 
 
 trace_utility_code = UtilityCode(proto="""
-#define CYTHON_TRACING 
+#define CYTHON_TRACING 0
 #define CYTHON_TRACING_REUSE_FRAME 0
 
 #if CYTHON_TRACING
index ce41eb17f4b15d8b255bdbe0f03b17091747cda2..3d934c578270625e6ca9c70fd0b99684180e6aa8 100644 (file)
@@ -14,3 +14,6 @@ large_consts_T237
 bad_c_struct_T252
 missing_baseclass_in_predecl_T262
 ifelseexpr_T267
+
+# Not yet enabled
+profile_test