projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88fbaec
)
enable cdivision switch for 0.12
author
Stefan Behnel
<scoder@users.berlios.de>
Sat, 4 Jul 2009 14:00:09 +0000
(16:00 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sat, 4 Jul 2009 14:00:09 +0000
(16:00 +0200)
Cython/Compiler/Options.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/Options.py
b/Cython/Compiler/Options.py
index a5d70fd58ae302c2c4e6afb1b60cb86b02fede16..fbaf9dbf559678b5a5e798b4e70d2a553e856835 100644
(file)
--- 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,