fix 'self' argument type in generic builtin method overrides, test for None at call...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 7 Nov 2010 09:10:31 +0000 (10:10 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 7 Nov 2010 09:10:31 +0000 (10:10 +0100)
commit3f1a75bdd76e861c58dcd11cbf1abd382fbc215e
tree9f82c3245c4723855040fa27272a3c5a4b1e2cd2
parent73e6ab4a91444f4c2e4a4a7a3510fb7f09067949
fix 'self' argument type in generic builtin method overrides, test for None at call time (ticket #571)
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/TypeSlots.py
tests/run/set.pyx