[lxml-dev] Leaking tracebacks
Stefan Behnel
stefan_ml at behnel.de
Mon Nov 17 11:28:14 CET 2008
Hi,
Christian Heimes wrote:
> I was able to come up with a minimal test case. It shows that lxml 2.0.7
> is fine but 2.0.9 and 2.1.2 are leaking references somewhere.
Thanks, that made it really easy to track down. The modified exception
handling code really leaks references to class, value and traceback when no
exception is raised.
I'll look into fixing it.
Stefan
More information about the lxml-dev
mailing list