enable cleanup code generation in test runner
authorStefan Behnel <scoder@users.berlios.de>
Sat, 10 Oct 2009 11:32:02 +0000 (13:32 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 10 Oct 2009 11:32:02 +0000 (13:32 +0200)
runtests.py

index 1db6ab3d7cb98c6a8c9de0f78c8c47f14b289535..c19a290381d12e838c5a5591c26aa5477b53139a 100644 (file)
@@ -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