From c585280a28f905beb005ba007cb125b3fbfffdb5 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 2 Feb 2010 04:06:14 -0800 Subject: [PATCH] Enable safe type inferance by default. --- 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 7970ddeb..4989eee0 100644 --- a/Cython/Compiler/Options.py +++ b/Cython/Compiler/Options.py @@ -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, -- 2.26.2