[issue14065] Element should support cyclic GC

Eli Bendersky report at bugs.python.org
Sat Mar 24 17:48:13 CET 2012


Eli Bendersky <eliben at gmail.com> added the comment:

Find attached a patch.

Added cyclic GC support to Element objects. Also added tests that verify that cycles involving Element objects are being collected.

I'd really appreciate a review on this, since this is the first time I have to explicitly deal with cyclic GC from C extensions.

----------
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file25013/issue14065.1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14065>
_______________________________________


More information about the Python-bugs-list mailing list