enable cdivision switch for 0.12
authorStefan Behnel <scoder@users.berlios.de>
Sat, 4 Jul 2009 14:00:09 +0000 (16:00 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 4 Jul 2009 14:00:09 +0000 (16:00 +0200)
Cython/Compiler/Options.py

index a5d70fd58ae302c2c4e6afb1b60cb86b02fede16..fbaf9dbf559678b5a5e798b4e70d2a553e856835 100644 (file)
@@ -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,