add comment
authorStefan Behnel <stefan_ml@behnel.de>
Thu, 20 Dec 2012 21:50:25 +0000 (22:50 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Thu, 20 Dec 2012 21:50:25 +0000 (22:50 +0100)
Cython/Compiler/Optimize.py

index 0601c12..481816d 100644 (file)
@@ -558,6 +558,7 @@ class IterationTransform(Visitor.VisitorTransform):
                                          constant_result=1),
             operator = '+',
             type = counter_type,
+            #inplace = True,   # not worth using in-place operation for Py ints
             is_temp = counter_type.is_pyobject
             )