From 5cada6cc7da9242f1c5b906293d39b79557106fd Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 4 Jul 2009 16:00:09 +0200 Subject: [PATCH] enable cdivision switch for 0.12 --- Cython/Compiler/Options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cython/Compiler/Options.py b/Cython/Compiler/Options.py index a5d70fd5..fbaf9dbf 100644 --- a/Cython/Compiler/Options.py +++ b/Cython/Compiler/Options.py @@ -61,7 +61,7 @@ option_defaults = { 'embedsignature' : False, 'locals' : {}, 'auto_cpdef': False, - 'cdivision': True, # Will be False in 0.12 + 'cdivision': False, # was True before 0.12 'cdivision_warnings': False, 'always_allow_keywords': False, 'wraparound' : True, -- 2.26.2