Infer integer types when entries not used in arithmatic expressions.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 12 Feb 2010 09:56:08 +0000 (01:56 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 12 Feb 2010 09:56:08 +0000 (01:56 -0800)
commit7a5d356543029270b745ff7ef908152dd52ae659
treece79639aae43c32a5a200f344272963ff82df9bc
parent2ceb94849cfa4a55af3c61404083613067a1af12
Infer integer types when entries not used in arithmatic expressions.
Cython/Compiler/Main.py
Cython/Compiler/Symtab.py
Cython/Compiler/TypeInference.py