make overridable a type-level property, now overriding functions must agree
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 1 Nov 2007 09:45:45 +0000 (02:45 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 1 Nov 2007 09:45:45 +0000 (02:45 -0700)
commit51a31d8804b6a6526e208941f93a7ccbe5f2bbe2
tree66ba6a25a1d16f0946a4e7d30cafdd62f04de808
parent7f291b656f273d5baabe16ddfca261cb0685dad6
make overridable a type-level property, now overriding functions must agree
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py