Commit 98e14e2f authored by Nicolas Dumazet's avatar Nicolas Dumazet

__getstate__ and __getnewargs__ should not require getting out of Ghost state...

__getstate__ and __getnewargs__ should not require getting out of Ghost state as they're defined on Base


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39455 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 42484d0a
......@@ -60,6 +60,8 @@ def generateLazyPortalTypeClass(portal_type_name,
will change after the first call.
"""
if attr in ('__class__',
'__getnewargs__',
'__getstate__',
'__dict__',
'__module__',
'__name__',
......
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