Commit 4850034d authored by Yoshinori Okuji's avatar Yoshinori Okuji

Apply psyco to _aq_dynamic for a better performance (twice faster).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3128 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2cc142ce
......@@ -388,6 +388,8 @@ class Base( CopyContainer, PortalContent, ActiveObject, ERP5PropertyManager ):
# Proceed with standard acquisition
return None
psyco.bind(_aq_dynamic)
# Constructor
def __init__(self, id, uid=None, rid=None, sid=None, **kw):
......
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