Enable safe type inferance by default.
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 2 Feb 2010 12:06:14 +0000 (04:06 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 2 Feb 2010 12:06:14 +0000 (04:06 -0800)
Cython/Compiler/Options.py

index 7970ddeb250db93061396b4a7c4316a8e412655b..4989eee0657a3ff5aca41d23f3b2bc39d2451edd 100644 (file)
@@ -62,7 +62,7 @@ directive_defaults = {
     'ccomplex' : False, # use C99/C++ for complex types and arith
     'callspec' : "",
     'profile': False,
-    'infer_types': False,
+    'infer_types': None,
     'infer_types.verbose': False,
     'autotestdict': True,