better error when user-declared type conflicts with builtin type (#170)
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Mar 2009 22:23:46 +0000 (15:23 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Mar 2009 22:23:46 +0000 (15:23 -0700)
commitb137e58593e7600510b8bb8d1c26c5d0241b7edf
tree9b18c9ee4bbb6c9ee641cddc86cd6495c0d93f98
parent5dbb42b3c4a770a03c54689b6f0cf09f989f6cef
better error when user-declared type conflicts with builtin type (#170)
Cython/Compiler/Builtin.py
Cython/Compiler/Nodes.py
tests/errors/builtin_type_conflict_T170.pyx [new file with mode: 0644]