[XML-SIG] XML code that creates cyclic garbage

Jeremy Hylton jeremy@beopen.com
Fri, 30 Jun 2000 11:37:28 -0400 (EDT)


I have heard several reports that there is XML-handling code that
produces cyclic references that the standard reference counting
garbage collection scheme can not collect.  Can someone point me at
some example code that has this property?  I'd like to test the
garbage collector that is in Python 2.0.

Jeremy