From: Stefan Behnel Date: Sat, 10 Oct 2009 11:32:02 +0000 (+0200) Subject: enable cleanup code generation in test runner X-Git-Tag: 0.13.beta0~2^2~121^2~85 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9d79c06dfdadbe605319e09264295e1ad184367f;p=cython.git enable cleanup code generation in test runner --- 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