]> granicus.if.org Git - python/commit
Fixes and enhancements to _elementtree:
authorEli Bendersky <eliben@gmail.com>
Tue, 3 Apr 2012 19:02:37 +0000 (22:02 +0300)
committerEli Bendersky <eliben@gmail.com>
Tue, 3 Apr 2012 19:02:37 +0000 (22:02 +0300)
commitebf37a2ffbe001f0b84cf90c76c747ede9dfd036
treebf2a276f2b183f34ef323e557244f42674cbc79a
parent5c73e8eaf40e092dfb3c2a92195b300afc99d2cf
Fixes and enhancements to _elementtree:

* Fixed refleak problems when GC collection is run (see messages in
  issue #14065)
* Added weakref support to Element objects
Lib/test/test_xml_etree.py
Modules/_elementtree.c