Warning, not error, on builting type redeclaration.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Mar 2009 22:54:27 +0000 (15:54 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 25 Mar 2009 22:54:27 +0000 (15:54 -0700)
commite1881e057eb51c9bbbc5c69c9af900ab3493b75e
tree9dc9faa3f52c3bcb72a6dfde7e51e01f8a3a3ca5
parent042c55d5886b06a498fa43ee912701d8a1ca2c83
Warning, not error, on builting type redeclaration.

Throwing an error is to invasive for 0.11.x, and also one needs to be able to subclass/access attributes of builtin types before we get rid of the declaration altogether.
Cython/Compiler/Nodes.py
tests/errors/builtin_type_conflict_T170.pyx