Commit ba792bcb authored by Stefan Behnel's avatar Stefan Behnel

add comment

parent c4c463b5
......@@ -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
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment