[Zope3-dev] Re: ObjectHub should change data structure

Phillip J. Eby pje@telecommunity.com
Fri, 27 Jun 2003 14:06:58 -0400


At 01:37 PM 6/27/03 -0400, Paul Winkler wrote:

> >     o Parent references introduce circular references
>
>why? how would would you create a cycle?

The parent by definition has a reference to the child, P->C, so the 
addition of a pointer to the parent creates C->P.  Thus, a cycle between P 
and C.