drop redundant specialisation code from for-in loop if we know it's not a list or...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 26 Oct 2009 08:42:20 +0000 (09:42 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 26 Oct 2009 08:42:20 +0000 (09:42 +0100)
commit74a20277f5d7a3d908d65dc90a4981f16cb153bb
tree794bf523b9ff7ba13501fb1c88ba017a00e39314
parent2fd9231ac161fbd838ebcccce922b62dbeb03878
drop redundant specialisation code from for-in loop if we know it's not a list or tuple
Cython/Compiler/ExprNodes.py