Hello everyone, We (Bzeek LTD) have found a bug in the Kid package: memory exponentially bloating while using py:layout. from what we see, each template has a _match_templates *class* member, which is added the match functions every time a deriving template runs. The line is "t._match_templates += self._match_templates" and it can be found in _pull generated for py:layout templates. We propose a solution: make _match_templates an *instance* member, and we provide a patch that makes it so.
Please fix the problem or integrate our patch as soon as possible, for the benefit of everyone. Thank you, The Bzeek team.
patch
Description: Binary data
------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________ kid-template-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kid-template-discuss
