[Zope] Conflict Errors

Richard Jones richard@bizarsoftware.com.au
Thu, 1 Nov 2001 14:49:12 +1100


Here I was I thought Conflict Errors only happen during writes, but I'm 
getting conflict errors in the strangest places:

/home/zope/Zope/lib/python/Products/PageTemplates/Expressions.py line 332:
                    o=object[name]


inside our code, in a sorting function:
            return cmp(getattr(x, attribute), getattr(y, attribute))


Now these are "just" attribute/member accesses .. the objects holding the 
attributes (ie. "object", "x" and "y") are PropertyManagers and 
ObjectManagers.

Anyone have any hints?


   Richard