On Thu, Dec 31, 2009 at 11:46 AM, Hanno Schlichting <ha...@hannosch.eu> wrote:
> Hi.
>
> We currently have a package called "zope.broken" whose entire real content is:
>
> import zope.interface
>
> class IBroken(zope.interface.Interface):
>    """Marker interface for broken objects
>    """
>
> This is used for example by zope.container, which won't try to set
> __name__ and __parent__ pointers on these objects.
>
> Is this something that could be put into the ZODB itself and have the
> ZODB.broken.Broken class directly implement this interface?

+1. although it shouldn't be an empty interface.

Jim

-- 
Jim Fulton
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to