use True/None/False as infer_types() option values, make 'bint' type inference safe...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 12:23:55 +0000 (13:23 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 12:23:55 +0000 (13:23 +0100)
commit9614a25e1a6bdfb73b83aa97ffdc2983447488a0
treee8e655215209b87fb447ea59f1435d2ae6b4bf57
parent9c44f22f44fd70328388121829285ae3644225f5
use True/None/False as infer_types() option values, make 'bint' type inference safe in safe mode
Cython/Compiler/ExprNodes.py
Cython/Compiler/Options.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/TypeInference.py
tests/run/type_inference.pyx