disable builtin functions that conflict with type names
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 24 Feb 2007 12:44:11 +0000 (04:44 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 24 Feb 2007 12:44:11 +0000 (04:44 -0800)
commita5e1b89af3d2f8f5ebc1ea8a8b1090c48179e226
tree439f5db4712c303dbee1f7e06627a6f88194293a
parent24e2d102699bf91d4e5ec2c0bfa6a01f6aed2c83
disable builtin functions that conflict with type names
add dummy py_index for cdef arrays so subexprs valid
Cython/Compiler/ExprNodes.py
Cython/Compiler/Symtab.py