]> granicus.if.org Git - python/commitdiff
Issue #25902: Fixed various refcount issues in ElementTree iteration.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Dec 2015 09:11:12 +0000 (11:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Dec 2015 09:11:12 +0000 (11:11 +0200)
1  2 
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS
Modules/_elementtree.c

Simple merge
Simple merge
diff --cc Misc/NEWS
index 01cf6729b55e2bcb2cb53fd92d31d547fb6e3b7e,90adba8eb8ee86fbd21a0d62b96961d179aef5e8..ad37eb7874160359a9470ab90732c5cab066adfe
+++ b/Misc/NEWS
@@@ -115,14 -28,8 +115,16 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #25902: Fixed various refcount issues in ElementTree iteration.
 +- Issue #22227: The TarFile iterator is reimplemented using generator.
 +  This implementation is simpler that using class.
 +
 +- Issue #25638: Optimized ElementTree.iterparse(); it is now 2x faster.
 +  Optimized ElementTree parsing; it is now 10% faster.
 +
 +- Issue #25761: Improved detecting errors in broken pickle data.
 +
  - Issue #25717: Restore the previous behaviour of tolerating most fstat()
    errors when opening files.  This was a regression in 3.5a1, and stopped
    anonymous temporary files from working in special cases.
Simple merge