Fix c++ error when using 'is' with different types.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 10 Oct 2007 09:46:46 +0000 (02:46 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 10 Oct 2007 09:46:46 +0000 (02:46 -0700)
commitbb8d6907c08e41586fcb6b021699a26e789789ab
tree721be55d52d7d1578a403d22b696051e4ab796a3
parente786cf6f75b378f6d67642ffb3c9d45efa27724b
Fix c++ error when using 'is' with different types.
Cython/Compiler/ExprNodes.py