reduce code redundancy in IterationNode, skip None test if we know the iterable is...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 30 Nov 2010 08:03:55 +0000 (09:03 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 30 Nov 2010 08:03:55 +0000 (09:03 +0100)
commitd54e9d524c81b45e210e5a6b11a850eb725b87a6
treebe83150c1e3ad48a3ab51aba7acf2499f08be05c
parent24135871cdb2d8c26bd8976c5cf7e9103fce1b7e
reduce code redundancy in IterationNode, skip None test if we know the iterable is not None
Cython/Compiler/ExprNodes.py