'safe' mode for type inference: only infer types that are very unlikely to break...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 4 Dec 2009 05:39:07 +0000 (06:39 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 4 Dec 2009 05:39:07 +0000 (06:39 +0100)
commitab433f3d076a3fbba286e77fb219e0af66df19fa
tree2e4c52b3eab04c50ac53d0146fada1d2298bcf52
parent52679b28bd2936ffb11b7ef4f9eb4a5ecb8dd865
'safe' mode for type inference: only infer types that are very unlikely to break code
Cython/Compiler/Options.py
Cython/Compiler/TypeInference.py
tests/run/type_inference.pyx