make zsqlbrain's activate() return an ActiveWrapper object without calling getObject().
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>
Showing
Please register or sign in to comment