From a26379ad2296195abb1ed411df30f7117efa0ea9 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 20 Jul 2009 15:40:24 -0700 Subject: [PATCH] Disable tracing for now. --- Cython/Compiler/Nodes.py | 2 +- tests/bugs.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 58e1505c..3a821c37 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -5788,7 +5788,7 @@ proto=""" # but maybe some other profilers don't. trace_utility_code = UtilityCode(proto=""" -#define CYTHON_TRACING 1 +#define CYTHON_TRACING 0 #define CYTHON_TRACING_REUSE_FRAME 0 #if CYTHON_TRACING diff --git a/tests/bugs.txt b/tests/bugs.txt index ce41eb17..3d934c57 100644 --- a/tests/bugs.txt +++ b/tests/bugs.txt @@ -14,3 +14,6 @@ large_consts_T237 bad_c_struct_T252 missing_baseclass_in_predecl_T262 ifelseexpr_T267 + +# Not yet enabled +profile_test -- 2.26.2