Commit a26379ad authored by Robert Bradshaw's avatar Robert Bradshaw

Disable tracing for now.

parent 5451b361
...@@ -5788,7 +5788,7 @@ proto=""" ...@@ -5788,7 +5788,7 @@ proto="""
# but maybe some other profilers don't. # but maybe some other profilers don't.
trace_utility_code = UtilityCode(proto=""" trace_utility_code = UtilityCode(proto="""
#define CYTHON_TRACING 1 #define CYTHON_TRACING 0
#define CYTHON_TRACING_REUSE_FRAME 0 #define CYTHON_TRACING_REUSE_FRAME 0
#if CYTHON_TRACING #if CYTHON_TRACING
......
...@@ -14,3 +14,6 @@ large_consts_T237 ...@@ -14,3 +14,6 @@ large_consts_T237
bad_c_struct_T252 bad_c_struct_T252
missing_baseclass_in_predecl_T262 missing_baseclass_in_predecl_T262
ifelseexpr_T267 ifelseexpr_T267
# Not yet enabled
profile_test
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment