fix #463: TypeofNode crashes when typeof() is called on expressions
authorStefan Behnel <scoder@users.berlios.de>
Sat, 5 Dec 2009 16:37:05 +0000 (17:37 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 5 Dec 2009 16:37:05 +0000 (17:37 +0100)
commit59f8fe734900a21df67a851ae764de915038be90
tree1426c29256fdb06b4f27c426daa1b10b88c13f90
parent98216596c8ba9bbb755b9af4926967da7d5c5236
fix #463: TypeofNode crashes when typeof() is called on expressions
Cython/Compiler/ExprNodes.py