Commit c585280a authored by Robert Bradshaw's avatar Robert Bradshaw

Enable safe type inferance by default.

parent 1125b0eb
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment