From: Stefan Behnel Date: Thu, 4 Dec 2008 20:19:15 +0000 (+0100) Subject: comment X-Git-Tag: 0.11-beta~158 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65a0f3f119ce4f6662ec9e53c96d1cac81ca12ef;p=cython.git comment --- diff --git a/Cython/Compiler/Optimize.py b/Cython/Compiler/Optimize.py index bddfc6d8..8978b8f4 100644 --- a/Cython/Compiler/Optimize.py +++ b/Cython/Compiler/Optimize.py @@ -220,6 +220,7 @@ class DictIterTransform(Visitor.VisitorTransform): )) def visit_Node(self, node): + # descend into statements (loops) and nodes (comprehensions) self.visitchildren(node) return node