Chris Withers wrote:
> 
> Phil Harris wrote:
> >
> > Have you tried Christian Tismers Stackless Python, which has 'infinite'
> > recursion capabilities?
> 
> I'm not sure this would be entirely helpful here ;-)
> 
> I wonder what aq_base(), over aq_base, does that causes an infinite
> recursion?
> Maybe I should still stick this in the collector...

aq_base is not a method (nor is aq_inner).  "wrapped_object.aq_base()"
just unwraps wrapped_object then tries to execute __call__() on the
unwrapped object.  If there is infinite recursion that results, there's
a 99.9% chance that the object simply isn't supposed to be called when
unwrapped (which DTML can't do anyway because of security checks.)

Shane

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to