-
Kazuhiko Shiozaki authored
With this change, code like the following will use much less memory. for i in portal_catalog(...): i.activate().method() Signed-off-by: Vincent Pelletier <vincent@nexedi.com>
76213b54
With this change, code like the following will use much less memory.
for i in portal_catalog(...):
i.activate().method()
Signed-off-by: Vincent Pelletier <vincent@nexedi.com>