From: Stefan Behnel Date: Sat, 24 Nov 2007 09:54:22 +0000 (+0100) Subject: merge of Cython 0.9.6.9 X-Git-Tag: 0.9.6.14~29^2~62^2~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c24f9ace3d57cef9f34f01db42a44d9027477920;p=cython.git merge of Cython 0.9.6.9 --- c24f9ace3d57cef9f34f01db42a44d9027477920 diff --cc Cython/Compiler/Options.py index 8386015a,533b87db..9f1bc141 --- a/Cython/Compiler/Options.py +++ b/Cython/Compiler/Options.py @@@ -18,4 -19,6 +19,6 @@@ incref_local_binop = # Decref global variables in this module on exit for garbage collection. # 0: None, 1+: interned objects, 2+: cdef globals, 3+: types objects -generate_cleanup_code = 1 +generate_cleanup_code = 3 + + annotate = 0