From 9d79c06dfdadbe605319e09264295e1ad184367f Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 10 Oct 2009 13:32:02 +0200 Subject: [PATCH] enable cleanup code generation in test runner --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 1db6ab3d..c19a2903 100644 --- a/runtests.py +++ b/runtests.py @@ -701,7 +701,7 @@ if __name__ == '__main__': from Cython.Compiler import Errors Errors.LEVEL = 0 # show all warnings from Cython.Compiler import Options - #Options.generate_cleanup_code = 3 # complete cleanup code + Options.generate_cleanup_code = 3 # complete cleanup code from Cython.Compiler import DebugFlags DebugFlags.debug_temp_code_comments = 1 -- 2.26.2